gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: start Sandbox with --no-aut


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: start Sandbox with --no-auth
Date: Thu, 14 Oct 2021 17:10:22 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new bee9503  start Sandbox with --no-auth
bee9503 is described below

commit bee9503e23e460826cb510845b6ea64bdf5a3c0d
Author: ms <ms@taler.net>
AuthorDate: Thu Oct 14 17:10:17 2021 +0200

    start Sandbox with --no-auth
---
 src/testing/test_prepare.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index 21b627f..dbfc951 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 false && libeufin-cli --version > /dev/null
+if libeufin-cli --version > /dev/null
 then
     echo " FOUND"
     IBAN_CREDIT=`anastasis-config -c $CONF_4 -s authorization-iban -o 
CREDIT_IBAN`
@@ -180,7 +180,7 @@ then
         exit_skip "Could not launch Nexus"
     fi
     echo -n "."
-    libeufin-sandbox serve &> sandbox.log &
+    libeufin-sandbox serve --no-auth &> sandbox.log &
     sandbox_pid=$!
     if ! curl -s --retry 5 --retry-connrefused $SANDBOX_URL > /dev/null; then
         exit_skip "Could not launch Sandbox"

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