summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-10-10 17:24:14 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-10-10 17:24:14 +0200
commitfe676968671e52b144d0919deb70492103745e9b (patch)
treeb285a6c9b540fd4d3dbc43e3ea6ac0b3c2715db6 /run-tests.php
parentc85ad5d0be8a629e9bfeb1235447b0308663abae (diff)
downloadphp-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-xrun-tests.php2
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') {