Generally run all tests in sapi folder by default
authorBob Weinand <bobwei9@hotmail.com>
Sat, 10 Oct 2015 15:24:14 +0000 (17:24 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Sat, 10 Oct 2015 15:24:14 +0000 (17:24 +0200)
Turned out that sapi/phpdbg actually wasn't explicitly included as sapi folders were individually selected

run-tests.php

index 8222c7870973ee62253304b39888ed4b1b067715..f3d4a27b156d678fe9496608f1d9cc22489cdd46 100755 (executable)
@@ -884,7 +884,7 @@ $exts_skipped = 0;
 $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') {