summaryrefslogtreecommitdiff
path: root/utils/NewNightlyTest.pl
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-07 05:20:07 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-07 05:20:07 +0000
commitb5fda757040eedffe50ba4c694cfe7e26eb5e4f1 (patch)
tree89f6a21b29c119f4f5ae18404aecd40aa30ab4f2 /utils/NewNightlyTest.pl
parenta995d920d5547fb2d3c11e1bf912106a178e2bea (diff)
downloadllvm-b5fda757040eedffe50ba4c694cfe7e26eb5e4f1.tar.gz
llvm-b5fda757040eedffe50ba4c694cfe7e26eb5e4f1.tar.bz2
llvm-b5fda757040eedffe50ba4c694cfe7e26eb5e4f1.tar.xz
Terminate some lines that need to be.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NewNightlyTest.pl')
-rwxr-xr-xutils/NewNightlyTest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl
index f195d70ddb..c04e66e016 100755
--- a/utils/NewNightlyTest.pl
+++ b/utils/NewNightlyTest.pl
@@ -526,9 +526,9 @@ if (!$NOCHECKOUT) {
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") ;