From: Reid Spencer Date: Sat, 7 Apr 2007 05:20:07 +0000 (+0000) Subject: Terminate some lines that need to be. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b5fda757040eedffe50ba4c694cfe7e26eb5e4f1;p=oota-llvm.git Terminate some lines that need to be. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35725 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl index f195d70ddb2..c04e66e0167 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") ;