From d4d1c6600717cb701abb5e12dcb14a1e6b1f104f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 1 Nov 2021 17:35:47 +0100 Subject: make libeufin-based test work again --- src/cli/test_iban.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cli/test_iban.sh') diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh index c3e858c..923256b 100755 --- 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" -- cgit v1.2.3