From b5fda757040eedffe50ba4c694cfe7e26eb5e4f1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 7 Apr 2007 05:20:07 +0000 Subject: [PATCH] Terminate some lines that need to be. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35725 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/NewNightlyTest.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") ; -- 2.34.1