summaryrefslogtreecommitdiff
path: root/src/testing/taler-unified-setup.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-10 23:20:08 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-10 23:20:08 +0200
commit43d5e5707c912509f3678aca52e89231914a73e7 (patch)
tree99e022f59c09e4da4950db6d1ed0c9410c667e20 /src/testing/taler-unified-setup.sh
parent1e572ebcab9b3c18f885cb7fa071391837b03caa (diff)
downloadexchange-43d5e5707c912509f3678aca52e89231914a73e7.tar.gz
exchange-43d5e5707c912509f3678aca52e89231914a73e7.tar.bz2
exchange-43d5e5707c912509f3678aca52e89231914a73e7.zip
towards using taler-unified-setup in auditor tests
Diffstat (limited to 'src/testing/taler-unified-setup.sh')
-rwxr-xr-xsrc/testing/taler-unified-setup.sh4
1 files changed, 3 insertions, 1 deletions
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