Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.40 -> 1.41 --- Log message: The link sent in the email to the llvm-testresults mailing list now directs the user to the night's test page the email is for rather than to the machine page. --- Diffs of the changes: (+1 -1) NightlyTestAccept.cgi | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/NightlyTestAccept.cgi diff -u nightlytest-serverside/NightlyTestAccept.cgi:1.40 nightlytest-serverside/NightlyTestAccept.cgi:1.41 --- nightlytest-serverside/NightlyTestAccept.cgi:1.40 Wed Aug 2 13:16:15 2006 +++ nightlytest-serverside/NightlyTestAccept.cgi Fri Aug 4 12:33:24 2006 @@ -681,7 +681,7 @@ # Sending email to nightly test email archive # ################################################################################ -$link_to_page="http://llvm.org/nightlytest/machine.php?machine=$machine_id"; +$link_to_page="http://llvm.org/nightlytest/test.php?machine=$machine_id&night=$night_id"; $email = "$link_to_page\n"; $email .= "Name: $name\n"; $email .= "Nickname: $nickname\n"; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits