[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: do not check for taler if w
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: do not check for taler if we do not need it |
Date: |
Sat, 26 Jun 2021 19:42: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 27f902f do not check for taler if we do not need it
27f902f is described below
commit 27f902f9c5d48beb6c1064bbc27b636eb235ff4d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jun 26 19:41:59 2021 +0200
do not check for taler if we do not need it
---
src/testing/test_prepare.sh | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index 2def43c..253cb8f 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -59,17 +59,17 @@ R2FILE=`mktemp test_reducer_stateR2XXXXXX`
trap cleanup EXIT
# Check we can actually run
-echo -n "Testing for taler"
-taler-exchange-httpd -h > /dev/null || exit_skip " taler-exchange required"
-taler-merchant-httpd -h > /dev/null || exit_skip " taler-merchant required"
-echo " FOUND"
-
-echo -n "Testing for taler-bank-manage"
-taler-bank-manage --help >/dev/null </dev/null || exit_skip " MISSING"
-echo " FOUND"
-
if test $1 = 'fees'
then
+ echo -n "Testing for taler"
+ taler-exchange-httpd -h > /dev/null || exit_skip " taler-exchange required"
+ taler-merchant-httpd -h > /dev/null || exit_skip " taler-merchant required"
+ echo " FOUND"
+
+ echo -n "Testing for taler-bank-manage"
+ taler-bank-manage --help >/dev/null </dev/null || exit_skip " MISSING"
+ echo " FOUND"
+
echo -n "Testing for taler-wallet-cli"
taler-wallet-cli -v >/dev/null </dev/null || exit_skip " MISSING"
echo " FOUND"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-gtk] branch master updated: do not check for taler if we do not need it,
gnunet <=