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

Unified Diff: run_remote_tests.sh

Issue 6580017: Allow run_remote_tests to learn board instead of default board (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/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 2c6dfd0a1ecbefc95354cf7780e8350b787889a5..df7760d75c1f164f6e9dd28e61687886ce6c700f 100755
--- a/run_remote_tests.sh
+++ b/run_remote_tests.sh
@@ -32,11 +32,9 @@ find_common_sh
. "${SCRIPT_ROOT}/remote_access.sh" || die "Unable to load remote_access.sh"
-get_default_board
-
DEFINE_string args "" \
"Command line arguments for test. Quoted and space separated if multiple." a
-DEFINE_string board "$DEFAULT_BOARD" \
+DEFINE_string board "" \
"The board for which you are building autotest"
DEFINE_boolean build ${FLAGS_FALSE} "Build tests while running" b
DEFINE_string chroot "${DEFAULT_CHROOT_DIR}" "alternate chroot location" c
« 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