-also exit in test mode

This commit is contained in:
Christian Grothoff 2022-06-13 11:25:47 +02:00
parent 3c4d6f1ba2
commit 70a5ceecc1
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;