Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: src/scripts/autotest

Issue 2644003: add fsx and hackbench into the pre-build suite. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: patch 1 Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/autotest
diff --git a/src/scripts/autotest b/src/scripts/autotest
index 8f7b699b9d6ff4c575737d8e1cfeb92959f66dc7..1ab04e3083485d3dfb11dfe88170acdb501ad839 100755
--- a/src/scripts/autotest
+++ b/src/scripts/autotest
@@ -155,8 +155,8 @@ def build_autotest(options):
else:
blacklist = []
- all_tests = ('compilebench,dbench,disktest,iperf,netperf2,netpipe,ltp,'
- 'unixbench')
+ all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,ltp,netperf2,'
+ 'netpipe,unixbench')
site_tests = '../third_party/autotest/files/client/site_tests'
for site_test in os.listdir(site_tests):
test_path = os.path.join(site_tests, site_test)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698