diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-07 05:20:07 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-07 05:20:07 +0000 |
commit | b5fda757040eedffe50ba4c694cfe7e26eb5e4f1 (patch) | |
tree | 89f6a21b29c119f4f5ae18404aecd40aa30ab4f2 /utils/NewNightlyTest.pl | |
parent | a995d920d5547fb2d3c11e1bf912106a178e2bea (diff) | |
download | external_llvm-b5fda757040eedffe50ba4c694cfe7e26eb5e4f1.zip external_llvm-b5fda757040eedffe50ba4c694cfe7e26eb5e4f1.tar.gz external_llvm-b5fda757040eedffe50ba4c694cfe7e26eb5e4f1.tar.bz2 |
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-x | utils/NewNightlyTest.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl index f195d70..c04e66e 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") ; |