From: Marcus Boerger Date: Thu, 21 Nov 2002 16:48:39 +0000 (+0000) Subject: Revert that unwanted debug thing - thanks to Sander Robol X-Git-Tag: RELEASE_1_0b2~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3e095004c059133ac532830f45186eea7dc560e;p=php Revert that unwanted debug thing - thanks to Sander Robol --- 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'));