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

Unified Diff: bin/cros_run_vm_test

Issue 6579014: Revert "Add build flag for iterative vm testing." (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: bin/cros_run_vm_test
diff --git a/bin/cros_run_vm_test b/bin/cros_run_vm_test
index c6933ba04b5cade797fa9dc75e67fde5f1a48f42..2bcdcf088c9a50346d69f89d960dd739181b41aa 100755
--- a/bin/cros_run_vm_test
+++ b/bin/cros_run_vm_test
@@ -34,8 +34,7 @@ find_common_sh
get_default_board
DEFINE_string board "$DEFAULT_BOARD" \
- "The board for which you built autotest."
-DEFINE_boolean build ${FLAGS_FALSE} "Build tets while running" b
+ "The board for which you built autotest." b
DEFINE_string image_path "" "Full path of the VM image"
DEFINE_string results_dir_root "" "alternate root results directory"
DEFINE_string test_case "" "Name of the test case to run"
@@ -102,13 +101,8 @@ if [ -n "${FLAGS_verify_chrome_version}" ]; then
fi
fi
-# Set the build flag for run_remote_tests.
-BUILD_FLAG=""
-[ ${FLAGS_build}-eq ${FLAGS_true} ] && BUILD_FLAG="--build"
-
"${SCRIPTS_DIR}/run_remote_tests.sh" \
--board=${FLAGS_board} \
- ${BUILD_FLAG} \
--ssh_port=${FLAGS_ssh_port} \
--remote=127.0.0.1 \
--results_dir_root="${FLAGS_results_dir_root}" \
« 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