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

Patrick Jenkins pjenkins at apple.com
Fri Jul 21 15:06:28 PDT 2006



Changes in directory nightlytest-serverside:

test.php updated: 1.4 -> 1.5
---
Log message:

The build status link to the build log doesnt work, this should fix it


---
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.4 nightlytest-serverside/test.php:1.5
--- nightlytest-serverside/test.php:1.4	Fri Jul 21 17:05:14 2006
+++ nightlytest-serverside/test.php	Fri Jul 21 17:06:16 2006
@@ -126,7 +126,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 "<a href=\"machines/$machine_id/$buildfile-Build.txt\"><font color=red>{$today_row['buildstatus']}</font></a><br>\n";
+print "<a href=\"machines/$machine_id/$buildfile-Build-Log.txt\"><font color=red>{$today_row['buildstatus']}</font></a><br>\n";
 print "</div><br><br>\n";
 
 /*****************************************************






More information about the llvm-commits mailing list