aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Jenkins <pjenkins@apple.com>2006-07-28 01:06:18 +0000
committerPatrick Jenkins <pjenkins@apple.com>2006-07-28 01:06:18 +0000
commit0dd7fb27667266acc1f814d20f3adeafded061c8 (patch)
tree9fda5a71d5579bb47f374f820b1c68c22698a9cc
parentf2dfafcbc1026b22442acbcddebf4039e4354918 (diff)
downloadexternal_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
-rwxr-xr-xutils/NewNightlyTest.pl6
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 ) {