Skip to content

Commit

Permalink
Generally run all tests in sapi folder by default
Browse files Browse the repository at this point in the history
Turned out that sapi/phpdbg actually wasn't explicitly included as sapi folders were individually selected
  • Loading branch information
bwoebi committed Oct 10, 2015
1 parent c85ad5d commit fe67696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.php
Expand Up @@ -884,7 +884,7 @@ function save_or_mail_results()
$ignored_by_ext = 0;
sort($exts_to_test);
$test_dirs = array();
$optionals = array('tests', 'ext', 'Zend', 'ZendEngine2', 'sapi/cli', 'sapi/cgi', 'sapi/fpm');
$optionals = array('tests', 'ext', 'Zend', 'sapi');

foreach($optionals as $dir) {
if (@filetype($dir) == 'dir') {
Expand Down

0 comments on commit fe67696

Please sign in to comment.