summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_exec_wirewatch.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-18 21:16:21 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-18 21:16:21 +0200
commit29b4e71bf552cba3d93ed0de80a6fe1f6a6228a6 (patch)
treee1cc6a5a3c7657e89b8b9dde18fde4937464a495 /src/testing/testing_api_cmd_exec_wirewatch.c
parent6d7eb372b2cb30c0549fa1b76177bb7f5f28776c (diff)
downloadexchange-29b4e71bf552cba3d93ed0de80a6fe1f6a6228a6.tar.gz
exchange-29b4e71bf552cba3d93ed0de80a6fe1f6a6228a6.tar.bz2
exchange-29b4e71bf552cba3d93ed0de80a6fe1f6a6228a6.zip
-fix misc interesting wirewatch in test mode with sharding issues
Diffstat (limited to 'src/testing/testing_api_cmd_exec_wirewatch.c')
-rw-r--r--src/testing/testing_api_cmd_exec_wirewatch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_exec_wirewatch.c b/src/testing/testing_api_cmd_exec_wirewatch.c
index eb6e16342..2c50b4f4a 100644
--- a/src/testing/testing_api_cmd_exec_wirewatch.c
+++ b/src/testing/testing_api_cmd_exec_wirewatch.c
@@ -66,6 +66,8 @@ wirewatch_run (void *cls,
"taler-exchange-wirewatch",
"taler-exchange-wirewatch",
"-c", ws->config_filename,
+ "-S", "1",
+ "-w", "0",
"-t", /* exit when done */
NULL);
if (NULL == ws->wirewatch_proc)