summaryrefslogtreecommitdiff
path: root/src/cli
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli')
-rwxr-xr-xsrc/cli/test_iban.sh6
1 files changed, 3 insertions, 3 deletions
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"