mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
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
This commit is contained in:
parent
0f0402900a
commit
18d3476a41
@ -275,4 +275,4 @@ function main() {
|
||||
./generate_test_report "${TMP}" --strip="${TMP}/"
|
||||
}
|
||||
|
||||
main $@
|
||||
main "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user