diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-28 19:37:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-28 19:37:04 +0100 |
commit | f8f7c83cb8df30accb772ae1a4ea3fc62606a5cc (patch) | |
tree | 2a1c4e0f9d25299a21dc912faaf3c83663ed7908 /src/testing | |
parent | 2b115add47166ad1dc9641ec2f3ed1730bf0fc7a (diff) |
fix #8030
Diffstat (limited to 'src/testing')
-rwxr-xr-x | src/testing/taler-unified-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index 5b379e189..e621567d9 100755 --- a/src/testing/taler-unified-setup.sh +++ b/src/testing/taler-unified-setup.sh @@ -581,6 +581,7 @@ then $USE_VALGRIND taler-merchant-wirewatch \ -c "$CONF" \ -L "$LOGLEVEL" \ + --persist \ 2> taler-merchant-wirewatch.log & echo " DONE" fi |