diff --git a/run-tests.php b/run-tests.php index 52300825191..030e95a6844 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1356,6 +1356,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'; }