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
This commit is contained in:
Patrick Jenkins 2006-08-06 21:47:43 +00:00
parent cfb3ba060a
commit 1c3bf94a42

View File

@ -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,