From: Nikita Popov Date: Wed, 29 May 2019 15:07:12 +0000 (+0200) Subject: Run sapi tests when running all tests X-Git-Tag: php-7.4.0alpha1~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24e22eb31b299acf2720aab068bfce3e0bee6923;p=php Run sapi tests when running all tests --- diff --git a/run-tests.php b/run-tests.php index 99767d1d08..f6f18354c0 100755 --- a/run-tests.php +++ b/run-tests.php @@ -746,7 +746,7 @@ HELP; $ignored_by_ext = 0; sort($exts_to_test); $test_dirs = array(); - $optionals = array('tests', 'ext', 'Zend'); + $optionals = array('Zend', 'tests', 'ext', 'sapi'); foreach ($optionals as $dir) { if (is_dir($dir)) {