gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: testing: only prepare libeu


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: testing: only prepare libeufin if necessary
Date: Wed, 06 Apr 2022 13:33:54 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 1c72e1c  testing: only prepare libeufin if necessary
1c72e1c is described below

commit 1c72e1c8169c9ca6b935715502cb06413c577b0d
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 6 13:33:40 2022 +0200

    testing: only prepare libeufin if necessary
---
 src/testing/test_prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index 303a8d2..e4e6c48 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -164,7 +164,7 @@ then
 fi
 
 echo -n "Testing for libeufin-cli"
-if libeufin-cli --version > /dev/null 2>/dev/null
+if test $1 = 'fees' && libeufin-cli --version > /dev/null 2>/dev/null
 then
     echo " FOUND"
     IBAN_CREDIT=`anastasis-config -c $CONF_4 -s authorization-iban -o 
CREDIT_IBAN`

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