From 43d5e5707c912509f3678aca52e89231914a73e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 10 Jul 2023 23:20:08 +0200 Subject: towards using taler-unified-setup in auditor tests --- src/testing/taler-unified-setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/testing/taler-unified-setup.sh') diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index 1ddc3316e..201250bf7 100755 --- a/src/testing/taler-unified-setup.sh +++ b/src/testing/taler-unified-setup.sh @@ -251,7 +251,7 @@ then echo -n "Configuring sandbox " libeufin-sandbox config --currency "$CURRENCY" default &> libeufin-sandbox-config.log echo "DONE" - echo -n "Launching sandbox " + echo -n "Launching sandbox ... " export LIBEUFIN_SANDBOX_ADMIN_PASSWORD="secret" libeufin-sandbox serve \ --port "$SANDBOX_PORT" \ @@ -660,6 +660,8 @@ then enable-account "$EXCHANGE_PAYTO_URI" \ upload &> "taler-exchange-offline-account.log" echo " OK" + else + echo "WARNING: Account ${USE_ACCOUNT} not enabled (set to: '$ENABLED')" fi if [ "1" = "$START_AUDITOR" ] then -- cgit v1.2.3