Chrome Version : 59.0.3071.115
OS Version:
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 5:
Firefox 4.x:
IE 7/8/9:
What steps will reproduce the problem?
1. Use cros_chrome_sdk wrapper to run ninja wrapper. Ninja wrapper runs ninja build command.
2. Final command line is like: depot_tools/cros chrome_sdk --some_args -- python -u ninja_wrapper.py -- ninja -C build_dir target
What is the expected result?
Ninja wrapper should receive args: -- ninja -C build_dir target
What happens instead of that?
Double dash is removed after cros_chrome_sdk wrapper parsing the cmd. So ninja wrapper receives args: ninja -C build_dir target, which causes argument parse error.
Please provide any additional information below. Attach a screenshot if
possible.
UserAgentString: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Comment 1 by d...@chromium.org
, Aug 3 2017