[llvm-commits] CVS: nightlytest-serverside/test.php
Patrick Jenkins
pjenkins at apple.com
Thu Jul 27 12:10:43 PDT 2006
Changes in directory nightlytest-serverside:
test.php updated: 1.9 -> 1.10
---
Log message:
Added some comments to clear up ambiguous code
---
Diffs of the changes: (+6 -1)
test.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: nightlytest-serverside/test.php
diff -u nightlytest-serverside/test.php:1.9 nightlytest-serverside/test.php:1.10
--- nightlytest-serverside/test.php:1.9 Wed Jul 26 13:51:36 2006
+++ nightlytest-serverside/test.php Thu Jul 27 14:10:30 2006
@@ -110,7 +110,7 @@
/*****************************************************
*
- * Printing the times table
+ * Printing link to build log
*
******************************************************/
print"<h4><a href=\"fulltest.php?machine=$machine_id&night=$night_id\">See Full Test Results</a></h4>\n";
@@ -121,6 +121,11 @@
"View Build Log</a></h4>\n";
}
+/*****************************************************
+ *
+ * Printing the times table
+ *
+ ******************************************************/
if(strpos($today_row['buildstatus'], "OK")===FALSE){
$disp="";
$sign="(+)";
More information about the llvm-commits
mailing list