| Index: run_remote_tests.sh
|
| diff --git a/run_remote_tests.sh b/run_remote_tests.sh
|
| index e920bb61bc34316e92cc08d5a961c2433cf4e5d1..2a54456f738c0acdbd807a1b0afa76911ff2d05b 100755
|
| --- a/run_remote_tests.sh
|
| +++ b/run_remote_tests.sh
|
| @@ -268,7 +268,7 @@ function main() {
|
| local autoserv_args="-m ${FLAGS_remote} --ssh-port ${FLAGS_ssh_port} \
|
| ${option} ${control_file} -r ${results_dir} ${verbose}"
|
| if [ -n "${FLAGS_args}" ]; then
|
| - autoserv_args="${autoserv_args} -a \""${FLAGS_args}"\""
|
| + autoserv_args="${autoserv_args} -a \"${FLAGS_args}\""
|
| fi
|
|
|
| sudo chmod a+w ./server/{tests,site_tests}
|
|
|