Changes in directory nightlytest-serverside:
test.php updated: 1.24 -> 1.25 --- Log message: reuse code for e-mail report #9 --- Diffs of the changes: (+0 -16) test.php | 16 ---------------- 1 files changed, 16 deletions(-) Index: nightlytest-serverside/test.php diff -u nightlytest-serverside/test.php:1.24 nightlytest-serverside/test.php:1.25 --- nightlytest-serverside/test.php:1.24 Fri Sep 8 17:55:24 2006 +++ nightlytest-serverside/test.php Fri Sep 8 17:56:22 2006 @@ -189,22 +189,6 @@ /***************************************************** * - * Testing email report. - * - ******************************************************/ -$email = htmlifyTestResults(getEmailReport($night_id, $previous_succesful_id)); -$disp=""; -$sign="(+)"; - -print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('testEmail');\", id=\"testEmail_\">$sign Test Email</a></font>\n"; -print "<div id=\"testEmail\" style=\"display: $disp;\" class=\"hideable\">\n"; -print"<h3><u>Test Email:</u></h3>\n"; -print"$email\n"; -print "</div><br><br>\n"; - - -/***************************************************** - * * Printing failures in test suite * ******************************************************/ _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits