Changes in directory nightlytest-serverside:

SQLUtil.php updated: 1.13 -> 1.14
---
Log message:

Clean up test records #14

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

 SQLUtil.php |    1 -
 1 files changed, 1 deletion(-)


Index: nightlytest-serverside/SQLUtil.php
diff -u nightlytest-serverside/SQLUtil.php:1.13 
nightlytest-serverside/SQLUtil.php:1.14
--- nightlytest-serverside/SQLUtil.php:1.13     Wed Sep 20 12:14:24 2006
+++ nightlytest-serverside/SQLUtil.php  Wed Sep 20 13:05:35 2006
@@ -22,7 +22,6 @@
     $old = $row['program'];
     $subpatterns = explode("/llvm/test/", $old, 2);
     $after = $subpatterns[1];
-    print "$count: $after<BR>\n";
     if (isset($after)) {
       $new = "test/".$after;
       $result = $row['result'];



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to