sniper          Thu Jun 16 13:12:27 2005 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  silence notices
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.213&r2=1.214&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.213 php-src/run-tests.php:1.214
--- php-src/run-tests.php:1.213 Wed Jun 15 05:21:15 2005
+++ php-src/run-tests.php       Thu Jun 16 13:12:26 2005
@@ -227,7 +227,7 @@
 
 $test_files = array();
 $test_results = array();
-$PHP_FAILED_TESTS = array();
+$PHP_FAILED_TESTS = array('BORKED' => array(), 'FAILED' => array());
 
 // If parameters given assume they represent selected tests to run.
 $failed_tests_file= false;

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

Reply via email to