From f9357b44f3d0871ca737650201366a32118bc3d6 Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Sun, 25 May 2014 00:07:52 +0200 Subject: [PATCH] Fix broken Junit output with --disable-cgi --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index 9a5e2766c3a..e11271c109f 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1349,6 +1349,7 @@ TEST $file } else { show_result('SKIP', $tested, $tested_file, "reason: CGI not available"); + junit_init_suite(junit_get_suitename_for($shortname)); junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available'); return 'SKIPPED'; }