diff options
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/testing_api_helpers_bank.c | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/src/testing/testing_api_helpers_bank.c b/src/testing/testing_api_helpers_bank.c index b887bfc0..da66493d 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.  | 
