Simplify things.

This commit is contained in:
Marcello Stanisci 2019-01-24 18:01:07 +01:00
parent b2c47a74a9
commit 649dd16401
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -472,15 +472,12 @@ run (void *cls,
struct TALER_TESTING_Command commands[] = {
#if 0
CMD_RUN_AUDITOR("virgin-auditor"),
CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"),
#endif
TALER_TESTING_cmd_batch ("withdraw",
withdraw),
TALER_TESTING_cmd_batch ("spend",
spend),
#if 0
TALER_TESTING_cmd_batch ("refresh",
refresh),
TALER_TESTING_cmd_batch ("track",
@ -493,7 +490,6 @@ run (void *cls,
payback),
CMD_RUN_AUDITOR("normal-auditor"),
CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"),
#endif
TALER_TESTING_cmd_end ()
};