aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-04 11:24:54 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-04 11:24:54 +0200
commit323d84d4eb6228e036d96726b7715f9a024df682 (patch)
treef6d7f2b71aa1712ade6bf9990d5904768ed2ae81 /src/include
parent0bc6d5162438fc0b333c6b052337023f74268d3d (diff)
Explicit merchant URL.
Merchant launcher for tests now takes the merchant URL among its parameters. This gives more flexibility, as it is now possible to run a merchant which listens on unix sockets.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_testing_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 67ca40aa..8394fc44 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -62,7 +62,8 @@ TALER_TESTING_prepare_merchant (const char *config_filename);
* be started.
*/
struct GNUNET_OS_Process *
-TALER_TESTING_run_merchant (const char *config_filename);
+TALER_TESTING_run_merchant (const char *config_filename,
+ const char *merchant_url);
/* ******************* Generic interpreter logic ************ */