anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

commit bee9503e23e460826cb510845b6ea64bdf5a3c0d
parent 3634e3b62901d5cecd1dd7b21c0b5ad4e3689758
Author: ms <ms@taler.net>
Date:   Thu, 14 Oct 2021 17:10:17 +0200

start Sandbox with --no-auth

Diffstat:
Msrc/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 @@ -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"