summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_helpers.c')
-rw-r--r--src/testing/testing_api_helpers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/testing_api_helpers.c b/src/testing/testing_api_helpers.c
index 2564c72f..5160d627 100644
--- a/src/testing/testing_api_helpers.c
+++ b/src/testing/testing_api_helpers.c
@@ -51,7 +51,8 @@ TALER_TESTING_run_merchant (const char *config_filename,
merchant_proc
= GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,
NULL, NULL, NULL,
- "taler-merchant-httpd",
+ "valgrind",
+ "valgrind",
"taler-merchant-httpd",
"--log=INFO",
"-c", config_filename,