From dc02821d8f7b5247b6b01bbd70e9a15a5ab87885 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 13 Mar 2020 19:13:36 +0100 Subject: fix regression introduced by addition of 'revoke' field --- src/testing/test_auditor_api_version.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/testing/test_auditor_api_version.c') diff --git a/src/testing/test_auditor_api_version.c b/src/testing/test_auditor_api_version.c index 62277e828..bf1094e38 100644 --- a/src/testing/test_auditor_api_version.c +++ b/src/testing/test_auditor_api_version.c @@ -151,8 +151,16 @@ main (int argc, " is your PATH correct?\n"); return 77; } - GNUNET_SCHEDULER_run (&run, - NULL); + if (0 != TALER_TESTING_wait_auditor_ready ("http://localhost:8083/")) + { + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + "Failed to launch `taler-auditor-httpd`\n"); + } + else + { + GNUNET_SCHEDULER_run (&run, + NULL); + } GNUNET_OS_process_kill (proc, SIGTERM); GNUNET_OS_process_wait (proc); GNUNET_OS_process_destroy (proc); -- cgit v1.2.3