Skip to content

Commit

Permalink
NNT: Remove duplicate verbose print.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84591 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Oct 20, 2009
1 parent 8fa4efe commit 9fb0b7e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/NewNightlyTest.pl
Expand Up @@ -571,10 +571,6 @@ sub TestDirectory {

# Run the programs tests... creating a report.nightly.csv file.
my $LLCBetaOpts = "";
if( $VERBOSE) {
print "$MAKECMD -k $MAKEOPTS $PROGTESTOPTS report.nightly.csv ".
"$TESTFLAGS TEST=nightly > $ProgramTestLog 2>&1\n";
}
RunLoggedCommand("$MAKECMD -k $MAKEOPTS $PROGTESTOPTS report.nightly.csv ".
"$TESTFLAGS TEST=nightly",
$ProgramTestLog, "TEST DIRECTORY $SubDir");
Expand Down

0 comments on commit 9fb0b7e

Please sign in to comment.