Revert "Add build flag for iterative vm testing."

This reverts commit 519a6560e4dcd393d9ec3a959c4b2c894338fd1d.

BUG=For AU harness failures.
TEST=TBR

Review URL: http://codereview.chromium.org/6579014

Change-Id: I6001bf4c52951e4d9698985285538b162ae6b6f6
This commit is contained in:
Chris Sosa 2011-02-23 14:22:39 -08:00
parent b910de849c
commit 4de24322bd

View File

@ -34,8 +34,7 @@ find_common_sh
get_default_board get_default_board
DEFINE_string board "$DEFAULT_BOARD" \ DEFINE_string board "$DEFAULT_BOARD" \
"The board for which you built autotest." "The board for which you built autotest." b
DEFINE_boolean build ${FLAGS_FALSE} "Build tets while running" b
DEFINE_string image_path "" "Full path of the VM image" DEFINE_string image_path "" "Full path of the VM image"
DEFINE_string results_dir_root "" "alternate root results directory" DEFINE_string results_dir_root "" "alternate root results directory"
DEFINE_string test_case "" "Name of the test case to run" DEFINE_string test_case "" "Name of the test case to run"
@ -102,13 +101,8 @@ if [ -n "${FLAGS_verify_chrome_version}" ]; then
fi fi
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" \ "${SCRIPTS_DIR}/run_remote_tests.sh" \
--board=${FLAGS_board} \ --board=${FLAGS_board} \
${BUILD_FLAG} \
--ssh_port=${FLAGS_ssh_port} \ --ssh_port=${FLAGS_ssh_port} \
--remote=127.0.0.1 \ --remote=127.0.0.1 \
--results_dir_root="${FLAGS_results_dir_root}" \ --results_dir_root="${FLAGS_results_dir_root}" \