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

Unified Diff: src/scripts/build_autotest.sh

Issue 661259: Unbreak the build. (Closed)
Patch Set: Created 10 years, 10 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/build_autotest.sh
diff --git a/src/scripts/build_autotest.sh b/src/scripts/build_autotest.sh
index f1ff9e2ede624ce04b2bca85cf93dbafd992dc38..e9a3e123cdb3c88a5a9bb1bd970fbbfea8325279 100755
--- a/src/scripts/build_autotest.sh
+++ b/src/scripts/build_autotest.sh
@@ -35,7 +35,7 @@ set -e
check_board
# build default pre-compile client tests list.
-ALL_TESTS="compilebench,dbench,disktest,ltp,netperf2,netpipe,unixbench"
+ALL_TESTS="compilebench,dbench,disktest,ltp,netperf2,unixbench"
for SITE_TEST in ../third_party/autotest/files/client/site_tests/*
do
if [ -d ${SITE_TEST} ]
@@ -73,4 +73,4 @@ else
fi
GCLIENT_ROOT="${GCLIENT_ROOT}" TEST_LIST=${TEST_LIST} \
- USE="$USE" "emerge-${FLAGS_board}" chromeos-base/autotest
+ USE="$USE" "emerge-${FLAGS_board}" chromeos-base/autotest
« 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