gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix sandbox test


From: gnunet
Subject: [taler-merchant] branch master updated: -fix sandbox test
Date: Fri, 04 Nov 2022 17:19:24 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 343a1b10 -fix sandbox test
343a1b10 is described below

commit 343a1b107125592445762e41f1262101f5bfc626
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 4 17:19:21 2022 +0100

    -fix sandbox test
---
 src/testing/initialize_taler_system.sh | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/testing/initialize_taler_system.sh 
b/src/testing/initialize_taler_system.sh
index 693e6513..b4cbbb26 100755
--- a/src/testing/initialize_taler_system.sh
+++ b/src/testing/initialize_taler_system.sh
@@ -184,7 +184,11 @@ do
     sleep 0.1
     OK=0
     # bank
-    wget --waitretry=0 --timeout=1 http://localhost:8082/ -o /dev/null -O 
/dev/null >/dev/null || continue
+    wget --waitretry=0 --timeout=1 \
+         --user admin --password secret \
+         http://localhost:8082/ \
+         -o /dev/null \
+         -O /dev/null >/dev/null || continue
     OK=1
     break
 done
@@ -259,7 +263,9 @@ for n in `seq 1 3`
 do
     echo -n "."
     OK=0
-    wget --tries=1 --timeout=1 http://localhost:8081/keys -o /dev/null -O 
/dev/null >/dev/null || continue
+    wget --tries=1 --timeout=1 \
+         http://localhost:8081/keys \
+         -o /dev/null -O /dev/null >/dev/null || continue
     OK=1
     break
 done

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