gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: test_prepare fixes


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: test_prepare fixes
Date: Wed, 13 Apr 2022 09:28:01 +0200

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

dold pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 0e26dc6  test_prepare fixes
0e26dc6 is described below

commit 0e26dc66f62294cccfe91f206484f420b1f02007
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 13 09:27:53 2022 +0200

    test_prepare fixes
---
 src/testing/test_prepare.sh | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index e4e6c48..2c9191c 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -49,8 +49,7 @@ function prepare_sandbox_account() {
         --account-name=$4 \
         --ebics-user-id=$1 \
         --ebics-host-id=$EBICS_HOST \
-        --ebics-partner-id=$2 \
-        --currency=EUR
+        --ebics-partner-id=$2
   echo " OK"
 }
 
@@ -380,6 +379,7 @@ then
     taler-bank-manage-testing $CONF postgres:///$TALER_DB serve > 
taler-bank.log 2> taler-bank.err &
     taler-exchange-secmod-eddsa -c $CONF 2> taler-exchange-secmod-eddsa.log &
     taler-exchange-secmod-rsa -c $CONF 2> taler-exchange-secmod-rsa.log &
+    taler-exchange-secmod-cs -c $CONF 2> taler-exchange-secmod-cs.log &
     taler-exchange-httpd -c $CONF 2> taler-exchange-httpd.log &
     taler-merchant-httpd -c $CONF -L INFO 2> taler-merchant-httpd.log &
     taler-exchange-wirewatch -c $CONF 2> taler-exchange-wirewatch.log &
@@ -444,12 +444,13 @@ then
 
     echo -n "Setting up keys ..."
     taler-exchange-offline -c $CONF \
-                           download \
-                           sign \
-                           enable-account 
payto://x-taler-bank/localhost/Exchange \
-                           enable-auditor $AUDITOR_PUB $AUDITOR_URL "TESTKUDOS 
Auditor" \
-                           wire-fee now x-taler-bank TESTKUDOS:0.01 
TESTKUDOS:0.01 \
-                           upload &> taler-exchange-offline.log
+      download \
+      sign \
+      enable-account payto://x-taler-bank/localhost/Exchange \
+      enable-auditor $AUDITOR_PUB $AUDITOR_URL "TESTKUDOS Auditor" \
+      wire-fee now x-taler-bank TESTKUDOS:0.01 TESTKUDOS:0.01 TESTKUDOS:0.01 \
+      global-fee now TESTKUDOS:0.01 TESTKUDOS:0.01 TESTKUDOS:0.01 
TESTKUDOS:0.01 1h 1h 1year 5 \
+      upload &> taler-exchange-offline.log
 
     echo -n "."
 

-- 
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]