gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -also exit in test mode


From: gnunet
Subject: [taler-exchange] branch master updated: -also exit in test mode
Date: Mon, 13 Jun 2022 11:25:49 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 70a5ceec -also exit in test mode
70a5ceec is described below

commit 70a5ceecc1a15d4f811636f5980cedf653988879
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 13 11:25:47 2022 +0200

    -also exit in test mode
---
 src/exchange/taler-exchange-wirewatch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index 2ba7e7ad..0231f510 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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]