gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fail, not skip


From: gnunet
Subject: [taler-exchange] branch master updated: -fail, not skip
Date: Thu, 22 Jun 2023 16:31:57 +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 22d5b9fc -fail, not skip
22d5b9fc is described below

commit 22d5b9fc3a304b89c05e4493d8bb10cef6a38134
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jun 22 16:31:51 2023 +0200

    -fail, not skip
---
 src/testing/taler-unified-setup.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/taler-unified-setup.sh 
b/src/testing/taler-unified-setup.sh
index deb7dc9e..1ddc3316 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -638,7 +638,7 @@ then
     if [ "1" != "$OK" ]
     then
         cat "$LAST_RESPONSE"
-        exit_skip "Failed to setup exchange keys, check secmod logs"
+        exit_fail "Failed to setup exchange keys, check secmod logs"
     fi
     rm "$LAST_RESPONSE"
     echo " OK"
@@ -690,7 +690,7 @@ then
     if [ "1" != "$OK" ]
     then
         cat "$LAST_RESPONSE"
-        exit_skip " Failed to setup keys"
+        exit_fail " Failed to setup keys"
     fi
     rm "$LAST_RESPONSE"
     echo " 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]