mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
Autotest will not split comma separated arguments. The correct calling method for multiple arguments is to separate them by spaces and quote the whole thing. E.g., instead of: ./run_remote_tests --args arg1,arg2 It should be: ./run_remote_tests --args "arg1 arg2" See line 140 in src/third_party/autotest/files/server/autoserv_parser.py for confirmation. Change-Id: I88d65c0bd144942a856c2f95371d5a55b0a3a172 BUG= TEST=No code changes. Ran --help and --args to verify nothing dumb happened and the correctness of comment. Review URL: http://codereview.chromium.org/3772002
Description
Languages
Shell
93.1%
Python
6.9%