commit d4d1c6600717cb701abb5e12dcb14a1e6b1f104f
parent 3cd50b42f77908fb0e428dcfdbfd617731dcc3ae
Author: Florian Dold <florian@dold.me>
Date: Mon, 1 Nov 2021 17:35:47 +0100
make libeufin-based test work again
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh
@@ -1,6 +1,7 @@
#!/bin/bash
set -eu
+set -x
# Exit, with status code "skip" (no 'real' failure)
function exit_skip() {
@@ -46,8 +47,7 @@ function prepare_sandbox_account() {
--account-name=$4 \
--ebics-user-id=$1 \
--ebics-host-id=$EBICS_HOST \
- --ebics-partner-id=$2 \
- --currency=$CURRENCY
+ --ebics-partner-id=$2
echo " OK"
}
@@ -160,7 +160,7 @@ fi
echo " OK"
echo -n "Starting Sandbox ..."
-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"