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

Jim Laskey jlaskey at apple.com
Fri Sep 8 15:56:36 PDT 2006



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
  *
  ******************************************************/






More information about the llvm-commits mailing list