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

Unified Diff: build_autotest.sh

Issue 3226003: autotest: unblacklist autotest ebuilds, stop cros_workon start'ing anything (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: Created 10 years, 4 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 | cros_mark_as_stable_blacklist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_autotest.sh
diff --git a/build_autotest.sh b/build_autotest.sh
index b85be1537332928ed4fa6aae9f497d172ac231dd..5e31ce24afcdb749fd714a050fab805c3561f107 100755
--- a/build_autotest.sh
+++ b/build_autotest.sh
@@ -25,8 +25,6 @@ if [[ -n "${CROS_WORKON_SRCROOT}" ]]; then
setup_board_warning
exit 1
fi
- $(dirname "$0")/cros_workon --board=${FLAGS_board} start \
- autotest autotest-tests autotest-deps
emerge-${FLAGS_board} autotest-tests
else
./autotest --noprompt --build=all --board="${FLAGS_board}" $@
« no previous file with comments | « no previous file | cros_mark_as_stable_blacklist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698