Remove ltp from set of tests to build.

The ltp tests don't pass, and take a long time to build. Once they pass,
it'll make sense to add them back. But otherwise, no point waiting for their
long build process to complete.

BUG=none
TEST=Run build_packages --withautotest

Review URL: http://codereview.chromium.org/3121010
This commit is contained in:
David James 2010-08-12 17:34:57 -07:00
parent f4170f83c3
commit a8ddd0bfdb

View File

@ -155,7 +155,7 @@ def build_autotest(options):
else:
blacklist = []
all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,ltp,netperf2,'
all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,netperf2,'
'netpipe,unixbench')
site_tests = '../third_party/autotest/files/client/site_tests'
for site_test in os.listdir(site_tests):