Revert that unwanted debug thing - thanks to Sander Robol

This commit is contained in:
Marcus Boerger 2002-11-21 16:48:39 +00:00
parent b8cf1a369f
commit d3e095004c

View File

@ -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'));