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

Jim Laskey jlaskey at apple.com
Wed Sep 20 04:09:16 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.56 -> 1.57
---
Log message:

Testing #2

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

 NightlyTestAccept.php |    2 --
 1 files changed, 2 deletions(-)


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.56 nightlytest-serverside/NightlyTestAccept.php:1.57
--- nightlytest-serverside/NightlyTestAccept.php:1.56	Wed Sep 20 06:05:16 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Wed Sep 20 06:09:02 2006
@@ -727,13 +727,11 @@
  * Adding test results pass/fail/xfail status to database
  *
  *******************************************************************************/
-print "$all_tests<BR><BR>\n";
 $ALL_TESTS = split("\n", $all_tests);
 foreach ($ALL_TESTS as $info) {
   $subpatterns = array();
   if (preg_match("/(TEST-)?(XPASS|PASS|XFAIL|FAIL):\s(.+?)\s(.+)/", $info, $subpatterns)) {
     list($ignore1, $ignore2, $result, $measure, $program) = $subpatterns;
-    print "$program, $result, $measure, $night_id<BR>\n";
     AddTests($program, $result, $measure, $night_id);
   }
 }






More information about the llvm-commits mailing list