summaryrefslogtreecommitdiff
path: root/src/testing
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
parentcbe85cf52487c859535525877d2b53caea45f271 (diff)
downloadmerchant-b78ea88377e8bad13d2a85cc357db37ca640d332.tar.gz
merchant-b78ea88377e8bad13d2a85cc357db37ca640d332.tar.bz2
merchant-b78ea88377e8bad13d2a85cc357db37ca640d332.zip
emit claim token in URI
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_merchant_api.conf1
-rw-r--r--src/testing/testing_api_helpers.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf
index 955f5c69..9dbaf4ea 100644
--- a/src/testing/test_merchant_api.conf
+++ b/src/testing/test_merchant_api.conf
@@ -33,7 +33,6 @@ PORT = 8080
# Which plugin (backend) do we use for the DB.
DB = postgres
-
# This specifies which database the postgres backend uses.
[merchantdb-postgres]
CONFIG = postgres:///talercheck
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,