diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-24 17:54:33 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-24 17:54:33 +0100 |
commit | d99308543872e5021eee0351463818941c8cbeb2 (patch) | |
tree | 52a5913069a4b5d8d62a5eccdb3ce0e30a0253e5 /src/lib | |
parent | 862ed50d7db6dad591bee045a7864e8310f1fbcc (diff) |
Reproduce auditor assert fail.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/test_auditor_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c index 04fbaa58e..71221ee0d 100644 --- a/src/lib/test_auditor_api.c +++ b/src/lib/test_auditor_api.c @@ -474,6 +474,7 @@ run (void *cls, #if 0 CMD_RUN_AUDITOR("virgin-auditor"), + #endif CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"), TALER_TESTING_cmd_batch ("withdraw", withdraw), @@ -491,7 +492,6 @@ run (void *cls, payback), CMD_RUN_AUDITOR("normal-auditor"), CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"), - #endif TALER_TESTING_cmd_end () }; |