]> granicus.if.org Git - php/commitdiff
Revert that unwanted debug thing - thanks to Sander Robol
authorMarcus Boerger <helly@php.net>
Thu, 21 Nov 2002 16:48:39 +0000 (16:48 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 21 Nov 2002 16:48:39 +0000 (16:48 +0000)
run-tests.php

index a879ade0a6ef932859cf12f829f9c4774f284e64..2413a30cbec16f80c7997285269145fa3ae5181a 100755 (executable)
@@ -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'));