commit 861169d6494e2616204f9303eab22d004622d177 parent 6ee5346b20f4a57d3cf9fbb21d8d6564ea39da58 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 13 Mar 2019 17:43:21 +0100 debug Diffstat:
| M | src/lib/testing_api_helpers.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c @@ -605,7 +605,8 @@ TALER_TESTING_wait_exchange_ready (const char *base_url) base_url); // make sure ends with '/' /* give child time to start and bind against the socket */ fprintf (stderr, - "Waiting for `taler-exchange-httpd' to be ready\n"); + "Waiting for `taler-exchange-httpd' to be ready (check with: %s)\n", + wget_cmd); iter = 0; do {