From: Patrick Jenkins Date: Sun, 6 Aug 2006 21:47:43 +0000 (+0000) Subject: no longer sending the list of all dejagnu tests because it is too big at the present... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1c3bf94a42f0745cce2a0ed5106e16cc6014644a;p=oota-llvm.git no longer sending the list of all dejagnu tests because it is too big at the present time git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29537 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl index 4c6b2b54018..7c289544349 100755 --- a/utils/NewNightlyTest.pl +++ b/utils/NewNightlyTest.pl @@ -1026,7 +1026,7 @@ my %hash_of_data = ('machine_data' => $machine_data, 'passing_tests' => $passes, 'expfail_tests' => $xfails, 'unexpfail_tests' => $fails, - 'all_tests' => $dejagnu_test_list, + 'all_tests' => "", #$dejagnu_test_list, 'new_tests' => "", 'removed_tests' => "", 'dejagnutests_log' => $dejagnutests_log,