gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: define missing exit_skip in test


From: gnunet
Subject: [taler-exchange] branch master updated: define missing exit_skip in test
Date: Tue, 28 Sep 2021 12:08:43 +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 6887d7d4 define missing exit_skip in test
6887d7d4 is described below

commit 6887d7d4998e157365b171c3f662325731664874
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Sep 28 12:08:33 2021 +0200

    define missing exit_skip in test
---
 src/bank-lib/test_bank.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/bank-lib/test_bank.sh b/src/bank-lib/test_bank.sh
index 694fb82f..46be326b 100755
--- a/src/bank-lib/test_bank.sh
+++ b/src/bank-lib/test_bank.sh
@@ -2,6 +2,12 @@
 
 set -eu
 
+# Exit, with status code "skip" (no 'real' failure)
+function exit_skip() {
+    echo $1
+    exit 77
+}
+
 # Cleanup to run whenever we exit
 function cleanup()
 {

-- 
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]