Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.56 -> 1.57 --- Log message: Trim excess path #2 --- Diffs of the changes: (+1 -1) ProgramResults.php | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/ProgramResults.php diff -u nightlytest-serverside/ProgramResults.php:1.56 nightlytest-serverside/ProgramResults.php:1.57 --- nightlytest-serverside/ProgramResults.php:1.56 Mon Sep 11 14:32:33 2006 +++ nightlytest-serverside/ProgramResults.php Mon Sep 11 14:39:50 2006 @@ -419,7 +419,7 @@ function trimTestPath($program) { list($head, $tail) = split("/llvm/test/", $program); if (isset($tail)) { - $program = $tail; + $program = "test/" . $tail; } return $program; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits