Skip to content

Commit 980c636

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix broken Junit output with --disable-cgi
2 parents 4a773c0 + f9357b4 commit 980c636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,7 @@ function run_test($php, $file, $env)
13521352
} else {
13531353
show_result('SKIP', $tested, $tested_file, "reason: CGI not available");
13541354

1355+
junit_init_suite(junit_get_suitename_for($shortname));
13551356
junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
13561357
return 'SKIPPED';
13571358
}

0 commit comments

Comments
 (0)