commit 0e26dc66f62294cccfe91f206484f420b1f02007 parent e6cb630d2cdcf1da4faa9ea93d3813516bd27d00 Author: Florian Dold <florian@dold.me> Date: Wed, 13 Apr 2022 09:27:53 +0200 test_prepare fixes Diffstat:
| M | 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 @@ -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 "."