[llvm-commits] CVS: nightlytest-serverside/test.php
Patrick Jenkins
pjenkins at apple.com
Fri Jul 21 15:05:26 PDT 2006
Changes in directory nightlytest-serverside:
test.php updated: 1.3 -> 1.4
---
Log message:
The build status link to the build log file doesnt work, this might fix it.
---
Diffs of the changes: (+2 -1)
test.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: nightlytest-serverside/test.php
diff -u nightlytest-serverside/test.php:1.3 nightlytest-serverside/test.php:1.4
--- nightlytest-serverside/test.php:1.3 Fri Jul 21 17:03:11 2006
+++ nightlytest-serverside/test.php Fri Jul 21 17:05:14 2006
@@ -122,10 +122,11 @@
$disp="none";
$sign="(-)";
}
+$buildfile=str_replace(" ", "_", $cur_date);
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/$cur_date-Build.txt\"><font color=red>{$today_row['buildstatus']}</font></a><br>\n";
+print "<a href=\"machines/$machine_id/$buildfile-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