diff options
author | Marcus Boerger <helly@php.net> | 2002-11-21 16:48:39 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-11-21 16:48:39 +0000 |
commit | d3e095004c059133ac532830f45186eea7dc560e (patch) | |
tree | cc6549f9e3e71c9b16317ca7591fe8bf6bab26b3 /run-tests.php | |
parent | b8cf1a369f3d4aff0ff19ffd51c47e94be436b91 (diff) | |
download | php-git-d3e095004c059133ac532830f45186eea7dc560e.tar.gz |
Revert that unwanted debug thing - thanks to Sander Robol
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 a879ade0a6..2413a30cbe 100755 --- a/run-tests.php +++ b/run-tests.php @@ -190,7 +190,7 @@ $exts_tested = count($exts_to_test); $exts_skipped = 0; $ignored_by_ext = 0; sort($exts_to_test); -$test_dirs = array('tests');//, 'pear', 'ext'); +$test_dirs = array('tests', 'pear', 'ext'); foreach ($test_dirs as $dir) { find_files("{$cwd}/{$dir}", ($dir == 'ext')); |