From bee9503e23e460826cb510845b6ea64bdf5a3c0d Mon Sep 17 00:00:00 2001 From: ms Date: Thu, 14 Oct 2021 17:10:17 +0200 Subject: 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" -- cgit v1.2.3