diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-13 11:25:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-13 11:25:47 +0200 |
commit | 70a5ceecc1a15d4f811636f5980cedf653988879 (patch) | |
tree | 7ba0a8858a6d8d1fa7d5e2caa999bc62363921a0 | |
parent | 3c4d6f1ba2f0e608605c6dffa6b381675c333245 (diff) |
-also exit in test mode
-rw-r--r-- | src/exchange/taler-exchange-wirewatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c index 2ba7e7ade..0231f5100 100644 --- a/src/exchange/taler-exchange-wirewatch.c +++ b/src/exchange/taler-exchange-wirewatch.c @@ -643,7 +643,7 @@ history_cb (void *cls, "Error fetching history: %s (%u)\n", TALER_ErrorCode_get_hint (ec), http_status); - if (! exit_on_error) + if (! (exit_on_error || test_mode) ) { account_completed (wa); return GNUNET_OK; |