[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: update taler-unified-setup to in
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: update taler-unified-setup to include launching new merchant helpers |
Date: |
Sun, 08 Sep 2024 10:47:00 +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 57b56cb22 update taler-unified-setup to include launching new merchant
helpers
57b56cb22 is described below
commit 57b56cb221975ee41c5aa05c728646aecf86db07
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 8 10:27:06 2024 +0200
update taler-unified-setup to include launching new merchant helpers
---
src/testing/taler-unified-setup.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/testing/taler-unified-setup.sh
b/src/testing/taler-unified-setup.sh
index 770785bd5..99d6a107c 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -609,6 +609,12 @@ then
taler-merchant-dbinit \
-c "$CONF" \
--reset &> taler-merchant-dbinit.log
+ $USE_VALGRIND taler-merchant-exchangekeyupdate \
+ -c "$CONF" \
+ -L "$LOGLEVEL" 2> taler-merchant-exchangekeyupdate.log &
+ $USE_VALGRIND taler-merchant-kyccheck \
+ -c "$CONF" \
+ -L "$LOGLEVEL" 2> taler-merchant-kyccheck.log &
$USE_VALGRIND taler-merchant-httpd \
-c "$CONF" \
-L "$LOGLEVEL" 2> taler-merchant-httpd.log &
--
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: update taler-unified-setup to include launching new merchant helpers,
gnunet <=