setting label for reject testing command.

This commit is contained in:
Marcello Stanisci 2018-02-27 19:12:28 +01:00
parent b593d416d6
commit b58d41939c
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -156,6 +156,7 @@ TALER_TESTING_cmd_bank_reject (const char *label,
cmd.cls = rs; cmd.cls = rs;
cmd.run = &reject_run; cmd.run = &reject_run;
cmd.cleanup = &reject_cleanup; cmd.cleanup = &reject_cleanup;
cmd.label = label;
return cmd; return cmd;