Skip to content

Commit 2c8ce5b

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: Fix broken Junit output with --disable-cgi
2 parents dc8a53d + 370256a commit 2c8ce5b

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)