diff options
author | Patrick Jenkins <pjenkins@apple.com> | 2006-08-08 02:03:53 +0000 |
---|---|---|
committer | Patrick Jenkins <pjenkins@apple.com> | 2006-08-08 02:03:53 +0000 |
commit | 4257ccb1a703db6acaa4626e81c56182a7c11c38 (patch) | |
tree | ea37a1a901ee96d614ee1b1af63f708723adfc7c /utils/NewNightlyTest.pl | |
parent | 8e10f5b8113a5080fc916d1123377292ef2f6012 (diff) | |
download | external_llvm-4257ccb1a703db6acaa4626e81c56182a7c11c38.zip external_llvm-4257ccb1a703db6acaa4626e81c56182a7c11c38.tar.gz external_llvm-4257ccb1a703db6acaa4626e81c56182a7c11c38.tar.bz2 |
Removed unneccesary output from nightly tester
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29565 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NewNightlyTest.pl')
-rwxr-xr-x | utils/NewNightlyTest.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl index 038b965..e44bae6 100755 --- a/utils/NewNightlyTest.pl +++ b/utils/NewNightlyTest.pl @@ -842,11 +842,11 @@ if (!$BuildError) { } ($SingleSourceProgramsTable, $llcbeta_options) = TestDirectory("SingleSource"); WriteFile "$Prefix-singlesourceprogramstable.txt", $SingleSourceProgramsTable; + if ( $VERBOSE ) { + print "MultiSource TEST STAGE\n"; + } ($MultiSourceProgramsTable, $llcbeta_options) = TestDirectory("MultiSource"); WriteFile "$Prefix-multisourceprogramstable.txt", $MultiSourceProgramsTable; - if ( $VERBOSE ) { - print "MultiSource returned $MultiSourceProgramsTable\n"; - } if ( ! $NOEXTERNALS ) { if ( $VERBOSE ) { print "External TEST STAGE\n"; |