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

Unified Diff: run_remote_tests.sh

Issue 6246141: autotest: use installed version of cros_workon (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 9 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: run_remote_tests.sh
diff --git a/run_remote_tests.sh b/run_remote_tests.sh
index cb007c060b9bc03ee947109e923810f5fb2dc069..f1f49cfe18426dcb246241d37b19ba0a62e07e02 100755
--- a/run_remote_tests.sh
+++ b/run_remote_tests.sh
@@ -148,7 +148,7 @@ autotest autotest-tests (or use --build)."
fi
if [ ${FLAGS_build} -eq ${FLAGS_FALSE} ] &&
- "${SCRIPTS_DIR}/cros_workon" --board=${FLAGS_board} list |
+ cros_workon --board=${FLAGS_board} list |
grep -q autotest; then
AUTOTEST_DIR="${SRC_ROOT}/third_party/autotest/files"
FLAGS_build=${FLAGS_TRUE}
« 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