From 40b27a82103c8596948b37ab5784f7e2b478b162 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 4 May 2018 15:46:07 +0200 Subject: Tests flexibility. It is now possible to launch the bank from the testing-lib regardless of it being served via HTTP or UWSGI. --- src/include/taler_testing_bank_lib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/taler_testing_bank_lib.h') diff --git a/src/include/taler_testing_bank_lib.h b/src/include/taler_testing_bank_lib.h index 87187a733..1461d7acc 100644 --- a/src/include/taler_testing_bank_lib.h +++ b/src/include/taler_testing_bank_lib.h @@ -62,7 +62,8 @@ * be started. */ struct GNUNET_OS_Process * -TALER_TESTING_run_bank (const char *config_filename); +TALER_TESTING_run_bank (const char *config_filename, + const char *bank_url); /** * Prepare the bank execution. Check if the port is available -- cgit v1.2.3