Skip to content

Commit 370256a

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fix broken Junit output with --disable-cgi
2 parents 666197b + 980c636 commit 370256a

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
@@ -1356,6 +1356,7 @@ function run_test($php, $file, $env)
13561356
} else {
13571357
show_result('SKIP', $tested, $tested_file, "reason: CGI not available");
13581358

1359+
junit_init_suite(junit_get_suitename_for($shortname));
13591360
junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
13601361
return 'SKIPPED';
13611362
}

0 commit comments

Comments
 (0)