summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-10-14 17:10:17 +0200
committerms <ms@taler.net>2021-10-14 17:10:17 +0200
commitbee9503e23e460826cb510845b6ea64bdf5a3c0d (patch)
treea3eb586579de99802b66d334fc9aa89cb5f95f5e
parent3634e3b62901d5cecd1dd7b21c0b5ad4e3689758 (diff)
downloadanastasis-gtk-bee9503e23e460826cb510845b6ea64bdf5a3c0d.tar.gz
anastasis-gtk-bee9503e23e460826cb510845b6ea64bdf5a3c0d.tar.bz2
anastasis-gtk-bee9503e23e460826cb510845b6ea64bdf5a3c0d.zip
start Sandbox with --no-auth
-rwxr-xr-xsrc/testing/test_prepare.sh4
1 files 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"