[llvm-commits] CVS: nightlytest-serverside/test.php

Jim Laskey jlaskey at apple.com
Fri Sep 8 15:55:38 PDT 2006



Changes in directory nightlytest-serverside:

test.php updated: 1.23 -> 1.24
---
Log message:

reuse code for e-mail report #8

---
Diffs of the changes:  (+17 -0)

 test.php |   17 +++++++++++++++++
 1 files changed, 17 insertions(+)


Index: nightlytest-serverside/test.php
diff -u nightlytest-serverside/test.php:1.23 nightlytest-serverside/test.php:1.24
--- nightlytest-serverside/test.php:1.23	Fri Sep  8 17:47:25 2006
+++ nightlytest-serverside/test.php	Fri Sep  8 17:55:24 2006
@@ -186,6 +186,23 @@
 print "$newly_failing_tests<br><br>\n";
 print "</div><br><br>\n";
 
+
+/*****************************************************
+ *
+ * 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






More information about the llvm-commits mailing list