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

Unified Diff: run_remote_tests.sh

Issue 5523005: Remove extra double quotes while passing args into autoserv. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 10 years 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 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}
« 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