aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-23 15:36:46 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-23 15:36:46 +0200
commit7e68ce3868da50047de6c9e48978dca02e7e840c (patch)
treef5b1446de6f54d275f2087b48246e21c7b7ef16c
parent7467543b57492b814f6af06a06b53af7054cc37e (diff)
downloadexchange-7e68ce3868da50047de6c9e48978dca02e7e840c.tar.xz
log reset
-rwxr-xr-xsrc/testing/taler-unified-setup.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
index ca5b84336..eaaba23c0 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -254,7 +254,8 @@ then
# Create the default demobank.
echo -n "Configuring sandbox at ${LIBEUFIN_SANDBOX_DB_CONNECTION} "
- libeufin-sandbox reset-tables
+ libeufin-sandbox reset-tables \
+ &> libeufin-sandbox-reset.log
libeufin-sandbox config \
--currency "$CURRENCY" \
--users-debt-limit 99999999 \
@@ -352,7 +353,8 @@ then
taler-config -c "$CONF" -s "libeufin-nexus" -o "DB_CONNECTION" -V "$LIBEUFIN_NEXUS_DB_CONNECTION"
fi
export LIBEUFIN_NEXUS_DB_CONNECTION
- libeufin-nexus reset-tables
+ libeufin-nexus reset-tables \
+ &> libeufin-nexus-reset.log
# For convenience, username and password are
# identical to those used at the Sandbox.