From: Matteo Beccati Date: Sat, 24 May 2014 22:07:52 +0000 (+0200) Subject: Fix broken Junit output with --disable-cgi X-Git-Tag: POST_PHPNG_MERGE~298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d7f82745f46025af4fd89f7e3f3883e92d55509;p=php Fix broken Junit output with --disable-cgi --- diff --git a/run-tests.php b/run-tests.php index f4e1599c53..6c220e7ac7 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'; }