From 71eeb72b21884bdf300d686524f6103a4a8fbb9f Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 2 Jun 2020 14:58:30 +0200 Subject: nexus-based tests more preparation --- src/testing/testing_api_helpers_bank.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/testing/testing_api_helpers_bank.c b/src/testing/testing_api_helpers_bank.c index b887bfc04..da66493d3 100644 --- a/src/testing/testing_api_helpers_bank.c +++ b/src/testing/testing_api_helpers_bank.c @@ -158,6 +158,8 @@ TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc) iter++; } while (0 != system (curl_check_cmd)); + + // start sandbox. GNUNET_free (curl_check_cmd); fprintf (stderr, "\n"); @@ -176,7 +178,7 @@ TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc) /* give child time to start and bind against the socket */ fprintf (stderr, - "Waiting for `sandbox' to be ready..\n"); + "Waiting for `sandbox' to be ready.\n"); iter = 0; do { @@ -196,7 +198,7 @@ TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc) sleep (1); iter++; } - while (0 != system ("curl http://localhost:5001/")); + while (0 != system ("curl -s http://localhost:5000/")); fprintf (stderr, "\n"); // Creates nexus user + bank loopback connection + Taler facade. -- cgit v1.2.3