From: Bob Weinand Date: Sat, 10 Oct 2015 15:24:14 +0000 (+0200) Subject: Generally run all tests in sapi folder by default X-Git-Tag: php-7.1.0alpha1~993^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe676968671e52b144d0919deb70492103745e9b;p=php 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 --- 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') {