msopacua Sat Feb 1 08:28:33 2003 EDT
Modified files:
/php4 run-tests.php
Log:
Make it easier to diff results of several runs in one day.
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.140 php4/run-tests.php:1.141
--- php4/run-tests.php:1.140 Sun Jan 26 12:17:44 2003
+++ php4/run-tests.php Sat Feb 1 08:28:32 2003
@@ -430,7 +430,7 @@
$compression = 0;
if ($just_save_results || !mail_qa_team($failed_tests_data,
$compression, $status)) {
- $output_file = 'php_test_results_' . date('Ymd') . (
$compression ? '.txt.gz' : '.txt' );
+ $output_file = 'php_test_results_' . date('Ymd_Hi') . (
+$compression ? '.txt.gz' : '.txt' );
$fp = fopen($output_file, "w");
fwrite($fp, $failed_tests_data);
fclose($fp);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php