gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: make libeufin-based test work a


From: gnunet
Subject: [taler-anastasis] branch master updated: make libeufin-based test work again
Date: Mon, 01 Nov 2021 17:35:54 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new d4d1c66  make libeufin-based test work again
d4d1c66 is described below

commit d4d1c6600717cb701abb5e12dcb14a1e6b1f104f
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 1 17:35:47 2021 +0100

    make libeufin-based test work again
---
 src/cli/test_iban.sh | 6 +++---
 1 file 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"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]