From d3e095004c059133ac532830f45186eea7dc560e Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 21 Nov 2002 16:48:39 +0000 Subject: [PATCH] Revert that unwanted debug thing - thanks to Sander Robol --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.50.1