-also exit in test mode
This commit is contained in:
parent
3c4d6f1ba2
commit
70a5ceecc1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user