projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c85ad5d
)
Generally run all tests in sapi folder by default
author
Bob Weinand
<bobwei9@hotmail.com>
Sat, 10 Oct 2015 15:24:14 +0000
(17:24 +0200)
committer
Bob 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
patch
|
blob
|
history
diff --git
a/run-tests.php
b/run-tests.php
index 8222c7870973ee62253304b39888ed4b1b067715..f3d4a27b156d678fe9496608f1d9cc22489cdd46 100755
(executable)
--- 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') {