mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-11 12:21:44 +01:00
Remove extra double quotes while passing args into autoserv.
Change-Id: Iaee4c276b8f03546cc32b30849e424c84c729aef BUG=9841 TEST=run with sam's test script. cd chromeos/src/scripts echo chromelab > .default_wifi_test_lab sudo echo 172.22.18.5 chromelab >>/etc/hosts bin/cros_run_wifi_tests.sh --cell=4 MatFunc Review URL: http://codereview.chromium.org/5523005
This commit is contained in:
parent
0de6de66db
commit
b2b446631b
@ -268,7 +268,7 @@ function main() {
|
|||||||
local autoserv_args="-m ${FLAGS_remote} --ssh-port ${FLAGS_ssh_port} \
|
local autoserv_args="-m ${FLAGS_remote} --ssh-port ${FLAGS_ssh_port} \
|
||||||
${option} ${control_file} -r ${results_dir} ${verbose}"
|
${option} ${control_file} -r ${results_dir} ${verbose}"
|
||||||
if [ -n "${FLAGS_args}" ]; then
|
if [ -n "${FLAGS_args}" ]; then
|
||||||
autoserv_args="${autoserv_args} -a \""${FLAGS_args}"\""
|
autoserv_args="${autoserv_args} -a \"${FLAGS_args}\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo chmod a+w ./server/{tests,site_tests}
|
sudo chmod a+w ./server/{tests,site_tests}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user