[llvm-commits] [nightly-test-server] r72043 - /nightly-test-server/trunk/NightlyTestAccept.php

Bob Wilson bob.wilson at apple.com
Mon May 18 14:17:21 PDT 2009


Author: bwilson
Date: Mon May 18 16:17:03 2009
New Revision: 72043

URL: http://llvm.org/viewvc/llvm-project?rev=72043&view=rev
Log:
Fix pr4030: Include the $machine_id in the URL for the buildlog.

Modified:
    nightly-test-server/trunk/NightlyTestAccept.php

Modified: nightly-test-server/trunk/NightlyTestAccept.php
URL: http://llvm.org/viewvc/llvm-project/nightly-test-server/trunk/NightlyTestAccept.php?rev=72043&r1=72042&r2=72043&view=diff

==============================================================================
--- nightly-test-server/trunk/NightlyTestAccept.php (original)
+++ nightly-test-server/trunk/NightlyTestAccept.php Mon May 18 16:17:03 2009
@@ -939,7 +939,7 @@
   }
   else{
     $email .= "\nBuildlog available at http://llvm.org/nightlytest/".
-              "machines/$db_date-Build-Log.txt\n";
+              "machines/$machine_id/$db_date-Build-Log.txt\n";
   }
 
   $email_addr = "llvm-testresults\@cs.uiuc.edu";





More information about the llvm-commits mailing list