diff options
author | Patrick Jenkins <pjenkins@apple.com> | 2006-07-28 01:06:18 +0000 |
---|---|---|
committer | Patrick Jenkins <pjenkins@apple.com> | 2006-07-28 01:06:18 +0000 |
commit | 0dd7fb27667266acc1f814d20f3adeafded061c8 (patch) | |
tree | 9fda5a71d5579bb47f374f820b1c68c22698a9cc /utils | |
parent | f2dfafcbc1026b22442acbcddebf4039e4354918 (diff) | |
download | external_llvm-0dd7fb27667266acc1f814d20f3adeafded061c8.zip external_llvm-0dd7fb27667266acc1f814d20f3adeafded061c8.tar.gz external_llvm-0dd7fb27667266acc1f814d20f3adeafded061c8.tar.bz2 |
Removed some unneccesary printing from the nightly tester.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/NewNightlyTest.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl index 8c5bee7..97a5a8b 100755 --- a/utils/NewNightlyTest.pl +++ b/utils/NewNightlyTest.pl @@ -824,13 +824,7 @@ if (!$BuildError) { print "SingleSource TEST STAGE\n"; } ($SingleSourceProgramsTable, $llcbeta_options) = TestDirectory("SingleSource"); - if ( $VERBOSE ) { - print "SingleSource returned $SingleSourceProgramsTable\n"; - } WriteFile "$Prefix-singlesourceprogramstable.txt", $SingleSourceProgramsTable; - if ( $VERBOSE ) { - print "MultiSource TEST STAGE\n"; - } ($MultiSourceProgramsTable, $llcbeta_options) = TestDirectory("MultiSource"); WriteFile "$Prefix-multisourceprogramstable.txt", $MultiSourceProgramsTable; if ( $VERBOSE ) { |