helly           Sat Nov  2 17:06:04 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  copy paste error 
  #all these different versions here....
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.109 php4/run-tests.php:1.110
--- php4/run-tests.php:1.109    Sat Nov  2 16:48:05 2002
+++ php4/run-tests.php  Sat Nov  2 17:06:03 2002
@@ -149,7 +149,7 @@
                $testfile = realpath($argv[$i]);
                if (is_dir($testfile)) {
                        find_files($testfile);
-               } else if(preg_match("/\.phpt$/", $name)) {
+               } else if(preg_match("/\.phpt$/", $testfile)) {
                        $test_files[] = $testfile;
                }
        }



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

Reply via email to