gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: add check for wget


From: gnunet
Subject: [taler-exchange] branch master updated: add check for wget
Date: Sun, 18 Feb 2024 17:03:02 +0100

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 35996ef1 add check for wget
35996ef1 is described below

commit 35996ef1c8ee1bc4bd2100c8b4e3190a9a4a4bc5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 18 17:02:58 2024 +0100

    add check for wget
---
 src/testing/taler-unified-setup.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/testing/taler-unified-setup.sh 
b/src/testing/taler-unified-setup.sh
index e0f58150..d3e7242a 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -207,6 +207,10 @@ echo -n "Testing for jq"
 jq -h > /dev/null || exit_skip " jq required"
 echo " FOUND"
 
+echo -n "Testing for wget"
+wget --help > /dev/null || exit_skip " wget required"
+echo " FOUND"
+
 if [ "1" = "$START_EXCHANGE" ]
 then
     echo -n "Testing for Taler exchange"

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