commit 8dbb49ba93d08d8826c37e3484d7c64c6c901240
parent b284201182eab8a3b40f95b0596a7641566ed119
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 30 Jul 2020 16:22:41 +0530
remove accidental valgrind
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/testing/testing_api_helpers.c b/src/testing/testing_api_helpers.c
@@ -51,8 +51,7 @@ TALER_TESTING_run_merchant (const char *config_filename,
merchant_proc
= GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,
NULL, NULL, NULL,
- "valgrind",
- "valgrind",
+ "taler-merchant-httpd",
"taler-merchant-httpd",
"--log=INFO",
"-c", config_filename,