[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -use reset-tables on sandbox
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -use reset-tables on sandbox |
Date: |
Mon, 21 Aug 2023 18:05:59 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 0f82b2c6 -use reset-tables on sandbox
0f82b2c6 is described below
commit 0f82b2c6c9b155dad74f652ad90a22ff708870c6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 21 18:05:56 2023 +0200
-use reset-tables on sandbox
---
src/testing/taler-unified-setup.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/taler-unified-setup.sh
b/src/testing/taler-unified-setup.sh
index 77f6ef6b..04a80c65 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -261,8 +261,8 @@ then
# Create the default demobank.
echo -n "Configuring sandbox at ${LIBEUFIN_SANDBOX_DB_CONNECTION} "
-# libeufin-sandbox reset-tables \
-# &> libeufin-sandbox-reset.log
+ libeufin-sandbox reset-tables \
+ &> libeufin-sandbox-reset.log
libeufin-sandbox config \
--currency "$CURRENCY" \
--users-debt-limit 99999999 \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -use reset-tables on sandbox,
gnunet <=