commit 57b56cb221975ee41c5aa05c728646aecf86db07 parent df572b69df8d1ea4b222cf49ea0be102185d8a31 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 8 Sep 2024 10:27:06 +0200 update taler-unified-setup to include launching new merchant helpers Diffstat:
| M | src/testing/taler-unified-setup.sh | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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 &