summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-30 16:13:41 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-30 16:13:41 +0530
commitb78ea88377e8bad13d2a85cc357db37ca640d332 (patch)
tree9201ebd2cf2966de06d0ddbc5f2c1ac2d66f6352 /src/testing/testing_api_helpers.c
parentcbe85cf52487c859535525877d2b53caea45f271 (diff)
downloadmerchant-b78ea88377e8bad13d2a85cc357db37ca640d332.tar.gz
merchant-b78ea88377e8bad13d2a85cc357db37ca640d332.tar.bz2
merchant-b78ea88377e8bad13d2a85cc357db37ca640d332.zip
emit claim token in URI
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,