[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl
Reid Spencer
reid at x10sys.com
Thu Jun 28 20:13:17 PDT 2007
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.74 -> 1.75
---
Log message:
Fix problems with the checkout and cd directories for SVN checkout.
---
Diffs of the changes: (+4 -4)
NewNightlyTest.pl | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.74 llvm/utils/NewNightlyTest.pl:1.75
--- llvm/utils/NewNightlyTest.pl:1.74 Tue Jun 26 12:08:16 2007
+++ llvm/utils/NewNightlyTest.pl Thu Jun 28 22:12:42 2007
@@ -520,10 +520,10 @@
if ($USESVN) {
my $SVNCMD = "$NICE svn co $SVNURL";
if ($VERBOSE) {
- print "( time -p $SVNCMD/llvm/trunk llvm; cd llvm/trunk/projects ; " .
- "$SVNCMD/llvm-test/trunk llvm-test ) > $COLog 2>&1\n";
- system "( time -p $SVNCMD/llvm/trunk llvm; cd llvm/trunk/projects ; " .
- "$SVNCMD/llvm-test/trunk llvm-test ) > $COLog 2>&1\n";
+ print "( time -p $SVNCMD/llvm/trunk llvm; cd llvm/projects ; " .
+ "$SVNCMD/test-suite/trunk llvm-test ) > $COLog 2>&1\n";
+ system "( time -p $SVNCMD/llvm/trunk llvm; cd llvm/projects ; " .
+ "$SVNCMD/test-suite/trunk llvm-test ) > $COLog 2>&1\n";
}
} else {
my $CVSOPT = "";
More information about the llvm-commits
mailing list