helly           Wed Jan  4 15:17:41 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    run-tests.php 
  Log:
  - MFH
  
http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.226.2.26&r2=1.226.2.27&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.226.2.26 php-src/run-tests.php:1.226.2.27
--- php-src/run-tests.php:1.226.2.26    Wed Jan  4 15:08:02 2006
+++ php-src/run-tests.php       Wed Jan  4 15:17:41 2006
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.226.2.26 2006/01/04 15:08:02 helly Exp $ */
+/* $Id: run-tests.php,v 1.226.2.27 2006/01/04 15:17:41 helly Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -384,7 +384,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo '$Revision: 1.226.2.26 $'."\n";
+                                       echo '$Revision: 1.226.2.27 $'."\n";
                                        exit(1);
                                default:
                                        echo "Illegal switch '$switch' 
specified!\n";
@@ -1291,7 +1291,7 @@
                                settings2params($clean_params);
                                $extra = substr(PHP_OS, 0, 3) !== "WIN" ?
                                        "unset REQUEST_METHOD; unset 
QUERY_STRING; unset PATH_TRANSLATED; unset SCRIPT_FILENAME; unset 
REQUEST_METHOD;": "";
-                               system_with_timeout("$extra $php -q 
$clean_params $clean_skipif", $env);
+                               system_with_timeout("$extra $php -q 
$clean_params $test_clean", $env);
                        }
                        if (!$cfg['keep']['clean']) {
                                @unlink($test_clean);

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

Reply via email to