bjori           Mon Dec 17 11:00:16 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    run-tests.php 
  Log:
  Check if we know which php executable we should use
  # Fixes weird test failures when TEST_PHP_EXECUTABLE isn't set
  
  
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.6&r2=1.226.2.37.2.35.2.7&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.226.2.37.2.35.2.6 
php-src/run-tests.php:1.226.2.37.2.35.2.7
--- php-src/run-tests.php:1.226.2.37.2.35.2.6   Wed Dec 12 09:20:54 2007
+++ php-src/run-tests.php       Mon Dec 17 11:00:16 2007
@@ -24,7 +24,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.226.2.37.2.35.2.6 2007/12/12 09:20:54 tony2001 Exp $ 
*/
+/* $Id: run-tests.php,v 1.226.2.37.2.35.2.7 2007/12/17 11:00:16 bjori 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
@@ -408,7 +408,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo '$Revision: 1.226.2.37.2.35.2.6 
$'."\n";
+                                       echo '$Revision: 1.226.2.37.2.35.2.7 
$'."\n";
                                        exit(1);
 
                                case 'u':
@@ -519,6 +519,7 @@
        // Run selected tests.
        $test_cnt = count($test_files);
        if ($test_cnt) {
+               verify_config();
                write_information($html_output);
                usort($test_files, "test_sort");
                $start_time = time();

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

Reply via email to