From 1c3bf94a42f0745cce2a0ed5106e16cc6014644a Mon Sep 17 00:00:00 2001 From: Patrick Jenkins Date: Sun, 6 Aug 2006 21:47:43 +0000 Subject: [PATCH] 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 --- utils/NewNightlyTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1