[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl
Reid Spencer
reid at x10sys.com
Fri Apr 6 22:20:25 PDT 2007
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.68 -> 1.69
---
Log message:
Terminate some lines that need to be.
---
Diffs of the changes: (+2 -2)
NewNightlyTest.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.68 llvm/utils/NewNightlyTest.pl:1.69
--- llvm/utils/NewNightlyTest.pl:1.68 Fri Apr 6 23:41:16 2007
+++ llvm/utils/NewNightlyTest.pl Sat Apr 7 00:20:07 2007
@@ -526,9 +526,9 @@
if $CVSRootDir =~ /^:ext:/;
my $CVSCMD = "$NICE cvs $CVSOPT -d $CVSRootDir co -P $CVSCOOPT";
print "( time -p $CVSCMD llvm; cd llvm/projects ; " .
- "$CVSCMD llvm-test ) > $COLog 2>&1";
+ "$CVSCMD llvm-test ) > $COLog 2>&1\n";
system "( time -p $CVSCMD llvm; cd llvm/projects ; " .
- "$CVSCMD llvm-test ) > $COLog 2>&1";
+ "$CVSCMD llvm-test ) > $COLog 2>&1\n";
}
}
ChangeDir( $BuildDir , "Checkout directory") ;
More information about the llvm-commits
mailing list