aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-16 15:44:40 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-16 15:44:40 +0200
commit1e5976a3e99ea2b56bd7c6c12788345fe37e5ffa (patch)
tree67a616bf51949dea54d5dec4a1505c8ad92ab956 /src/testing
parent0698835fedac705fa4c56e3692a06f62d3587381 (diff)
downloadexchange-1e5976a3e99ea2b56bd7c6c12788345fe37e5ffa.tar.xz
-remove linger
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_exec_aggregator.c1
-rw-r--r--src/testing/testing_api_cmd_exec_transfer.c1
-rw-r--r--src/testing/testing_api_cmd_exec_wirewatch.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/testing/testing_api_cmd_exec_aggregator.c b/src/testing/testing_api_cmd_exec_aggregator.c
index 0f3cc1e14..1f05576ff 100644
--- a/src/testing/testing_api_cmd_exec_aggregator.c
+++ b/src/testing/testing_api_cmd_exec_aggregator.c
@@ -72,7 +72,6 @@ aggregator_run (void *cls,
"taler-exchange-aggregator",
"taler-exchange-aggregator",
"-c", as->config_filename,
- "-L", "INFO",
"-t", /* exit when done */
(as->kyc_on)
? NULL
diff --git a/src/testing/testing_api_cmd_exec_transfer.c b/src/testing/testing_api_cmd_exec_transfer.c
index f8af443bd..300413b4b 100644
--- a/src/testing/testing_api_cmd_exec_transfer.c
+++ b/src/testing/testing_api_cmd_exec_transfer.c
@@ -67,7 +67,6 @@ transfer_run (void *cls,
"taler-exchange-transfer",
"taler-exchange-transfer",
"-c", as->config_filename,
- "-L", "INFO",
"-S", "1",
"-w", "0",
"-t", /* exit when done */
diff --git a/src/testing/testing_api_cmd_exec_wirewatch.c b/src/testing/testing_api_cmd_exec_wirewatch.c
index 6bc3f2c74..b6ed4f0f1 100644
--- a/src/testing/testing_api_cmd_exec_wirewatch.c
+++ b/src/testing/testing_api_cmd_exec_wirewatch.c
@@ -75,7 +75,6 @@ wirewatch_run (void *cls,
"-S", "1",
"-w", "0",
"-t", /* exit when done */
- "-L", "DEBUG",
(NULL == ws->account_section)
? NULL
: "-a",