Removed some unneccesary printing from the nightly tester.
authorPatrick Jenkins <pjenkins@apple.com>
Fri, 28 Jul 2006 01:06:18 +0000 (01:06 +0000)
committerPatrick Jenkins <pjenkins@apple.com>
Fri, 28 Jul 2006 01:06:18 +0000 (01:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29377 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NewNightlyTest.pl

index 8c5bee7225a1e0ecf39eff6bf40f91c9352ac769..97a5a8b63028bc29b1ab6fea585e3c160dbf8d14 100755 (executable)
@@ -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 ) {