summaryrefslogtreecommitdiff
path: root/src/testing/test_auditor_api_version.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-13 19:13:36 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-13 19:13:36 +0100
commitdc02821d8f7b5247b6b01bbd70e9a15a5ab87885 (patch)
treeb2e9c3bde0cce6bdbb4f39de5acb80798cabbe6c /src/testing/test_auditor_api_version.c
parente05ce36f301030feaa64c76bbfea24e34e05c496 (diff)
downloadexchange-dc02821d8f7b5247b6b01bbd70e9a15a5ab87885.tar.gz
exchange-dc02821d8f7b5247b6b01bbd70e9a15a5ab87885.tar.bz2
exchange-dc02821d8f7b5247b6b01bbd70e9a15a5ab87885.zip
fix regression introduced by addition of 'revoke' field
Diffstat (limited to 'src/testing/test_auditor_api_version.c')
-rw-r--r--src/testing/test_auditor_api_version.c12
1 files changed, 10 insertions, 2 deletions
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);