diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-10-10 17:24:14 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-10-10 17:24:14 +0200 |
commit | fe676968671e52b144d0919deb70492103745e9b (patch) | |
tree | b285a6c9b540fd4d3dbc43e3ea6ac0b3c2715db6 /run-tests.php | |
parent | c85ad5d0be8a629e9bfeb1235447b0308663abae (diff) | |
download | php-git-fe676968671e52b144d0919deb70492103745e9b.tar.gz |
Generally run all tests in sapi folder by default
Turned out that sapi/phpdbg actually wasn't explicitly included as sapi folders were individually selected
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 8222c78709..f3d4a27b15 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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') { |