Changes in directory nightlytest-serverside:
SQLUtil.php updated: 1.11 -> 1.12 --- Log message: Clean up test records #12 --- Diffs of the changes: (+2 -2) SQLUtil.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightlytest-serverside/SQLUtil.php:1.11 nightlytest-serverside/SQLUtil.php:1.12 --- nightlytest-serverside/SQLUtil.php:1.11 Wed Sep 20 11:45:37 2006 +++ nightlytest-serverside/SQLUtil.php Wed Sep 20 11:49:28 2006 @@ -22,8 +22,8 @@ $old = $row['program']; $subpatterns = explode("/llvm/test/", $old, 2); $after = $subpatterns[1]; - print "$count: $new<BR>\n"; - if (isset($new)) { + print "$count: $after<BR>\n"; + if (isset($after)) { $new = "test/".$after; $result = $row['result']; $night = $row['night']; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits