aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-13 11:25:47 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-13 11:25:47 +0200
commit70a5ceecc1a15d4f811636f5980cedf653988879 (patch)
tree7ba0a8858a6d8d1fa7d5e2caa999bc62363921a0
parent3c4d6f1ba2f0e608605c6dffa6b381675c333245 (diff)
downloadexchange-70a5ceecc1a15d4f811636f5980cedf653988879.tar.xz
-also exit in test mode
-rw-r--r--src/exchange/taler-exchange-wirewatch.c2
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;