From 18d3476a416d4fdf16805134a183226b0b0f90a1 Mon Sep 17 00:00:00 2001 From: Zdenek Behan Date: Wed, 15 Sep 2010 16:48:59 -0700 Subject: [PATCH] run_remote_tests: add quote marks around argument passing * stops the second-pass parsing of arguments into IFS-delimited elements which unbreaks things like --args='-n 10' Change-Id: If8424b5fc06e6dd5a935421a76539e7e91006c37 BUG= TEST=run it and see the argument being passed correctly Review URL: http://codereview.chromium.org/3422005 --- run_remote_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_remote_tests.sh b/run_remote_tests.sh index f4f9df9be9..dbae24e666 100755 --- a/run_remote_tests.sh +++ b/run_remote_tests.sh @@ -275,4 +275,4 @@ function main() { ./generate_test_report "${TMP}" --strip="${TMP}/" } -main $@ +main "$@"