helly           Thu Nov 21 11:48:39 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  Revert that unwanted debug thing - thanks to Sander Robol
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.128 php4/run-tests.php:1.129
--- php4/run-tests.php:1.128    Thu Nov 21 10:09:45 2002
+++ php4/run-tests.php  Thu Nov 21 11:48:39 2002
@@ -190,7 +190,7 @@
 $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'));



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to