[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php
Jim Laskey
jlaskey at apple.com
Mon Dec 4 01:36:50 PST 2006
Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.60 -> 1.61
---
Log message:
Hack link until log path fixed.
---
Diffs of the changes: (+1 -1)
NightlyTestAccept.php | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.60 nightlytest-serverside/NightlyTestAccept.php:1.61
--- nightlytest-serverside/NightlyTestAccept.php:1.60 Wed Oct 18 14:26:22 2006
+++ nightlytest-serverside/NightlyTestAccept.php Mon Dec 4 03:36:35 2006
@@ -933,7 +933,7 @@
}
else{
$email .= "\nBuildlog available at http://llvm.org/nightlytest/".
- "machines/$machine_id/$db_date-Build-Log.txt\n";
+ "machines/$db_date-Build-Log.txt\n";
}
$email_addr = "llvm-testresults\@cs.uiuc.edu";
More information about the llvm-commits
mailing list