gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: help text on test_prepare.s


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: help text on test_prepare.sh
Date: Tue, 30 Mar 2021 13:21:02 +0200

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 7d393ec  help text on test_prepare.sh
7d393ec is described below

commit 7d393ecb7219188670df1d0dc89b854421e59948
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 30 13:20:59 2021 +0200

    help text on test_prepare.sh
---
 src/testing/test_prepare.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index ca6680b..825f818 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -28,6 +28,11 @@ function cleanup()
     wait
 }
 
+if test "${1:-}" != "free" -a "${1:-}" != "fees"
+then
+    echo "Launch script with either 'free' or 'fees' argument to launch 
providers with/without fees."
+    exit 1
+fi
 
 CONF_1="test_anastasis_reducer_1.conf"
 CONF_2="test_anastasis_reducer_2.conf"

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