Reproduce auditor assert fail, with less code executed.
This commit is contained in:
parent
d993085438
commit
b2c47a74a9
@ -474,12 +474,13 @@ run (void *cls,
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
CMD_RUN_AUDITOR("virgin-auditor"),
|
CMD_RUN_AUDITOR("virgin-auditor"),
|
||||||
#endif
|
|
||||||
CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"),
|
CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"),
|
||||||
|
#endif
|
||||||
TALER_TESTING_cmd_batch ("withdraw",
|
TALER_TESTING_cmd_batch ("withdraw",
|
||||||
withdraw),
|
withdraw),
|
||||||
TALER_TESTING_cmd_batch ("spend",
|
TALER_TESTING_cmd_batch ("spend",
|
||||||
spend),
|
spend),
|
||||||
|
#if 0
|
||||||
TALER_TESTING_cmd_batch ("refresh",
|
TALER_TESTING_cmd_batch ("refresh",
|
||||||
refresh),
|
refresh),
|
||||||
TALER_TESTING_cmd_batch ("track",
|
TALER_TESTING_cmd_batch ("track",
|
||||||
@ -492,7 +493,7 @@ run (void *cls,
|
|||||||
payback),
|
payback),
|
||||||
CMD_RUN_AUDITOR("normal-auditor"),
|
CMD_RUN_AUDITOR("normal-auditor"),
|
||||||
CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"),
|
CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"),
|
||||||
|
#endif
|
||||||
TALER_TESTING_cmd_end ()
|
TALER_TESTING_cmd_end ()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user