Changes in directory nightlytest-serverside:

NightlyTestAccept.cgi updated: 1.24 -> 1.25
---
Log message:

The date that is submitted to teh database as the date the test was added is 
now the date on the central server.


---
Diffs of the changes:  (+2 -1)

 NightlyTestAccept.cgi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: nightlytest-serverside/NightlyTestAccept.cgi
diff -u nightlytest-serverside/NightlyTestAccept.cgi:1.24 
nightlytest-serverside/NightlyTestAccept.cgi:1.25
--- nightlytest-serverside/NightlyTestAccept.cgi:1.24   Fri Jul 21 14:49:48 2006
+++ nightlytest-serverside/NightlyTestAccept.cgi        Fri Jul 21 17:00:17 2006
@@ -584,7 +584,8 @@
 $new_tests = Difference $all_tests, $yesterdays_tests;
 $removed_tests = Difference $yesterdays_tests, $all_tests;
 
-$db_date = $date." ".$time;
+#$db_date = $date." ".$time;
+$db_date = `date "+20%y-%m-%d %H:%M:%S"`;
 $night_id= CreateNight $machine_id, $db_date, $buildstatus, 
             $configtime_cpu, $configtime_wall, $cvscheckouttime_cpu,
             $cvscheckouttime_wall, $buildtime_cpu, $buildtime_wall,



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to