[llvm-commits] CVS: nightlytest-serverside/test.php

Patrick Jenkins pjenkins at apple.com
Fri Jul 21 15:03:23 PDT 2006



Changes in directory nightlytest-serverside:

test.php updated: 1.2 -> 1.3
---
Log message:

added a link to the build status that links to build log


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

 test.php |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: nightlytest-serverside/test.php
diff -u nightlytest-serverside/test.php:1.2 nightlytest-serverside/test.php:1.3
--- nightlytest-serverside/test.php:1.2	Fri Jul  7 19:32:18 2006
+++ nightlytest-serverside/test.php	Fri Jul 21 17:03:11 2006
@@ -125,7 +125,7 @@
 print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('buildStatus');\", id=\"buildStatus_\">$sign Build Status</a></font>\n";
 print "<div id=\"buildStatus\" style=\"display: $disp;\" class=\"hideable\">\n";
 print "<h3><u>Build Status </u></h3></p>";
-print "<font color=red>{$today_row['buildstatus']}</font><br>\n";
+print "<a href=\"machines/$machine_id/$cur_date-Build.txt\"><font color=red>{$today_row['buildstatus']}</font></a><br>\n";
 print "</div><br><br>\n";
 
 /*****************************************************






More information about the llvm-commits mailing list