Chromium Code Reviews
Description[vpython] Fix flag parsing bug with "--".
When flags are being parsed, if a flag intended for Python (not vpython)
is encountered, and a subsequent argument includes "--", the parser will
only return flags between the Python flag and the "--" delimiter, not
the "--" delimiter or any arguments following it. This is incorrect.
Fix the parser to return all arguments past the Python flag instead, and
add a test for this.
BUG=None
TEST=unit
Review-Url: https://codereview.chromium.org/2937123003
Committed: https://github.com/luci/luci-go/commit/30e084f872754dca234b8e4104456f44ec5ee29c
Patch Set 1 #
Total comments: 1
Depends on Patchset: Messages
Total messages: 13 (6 generated)
|
||||||||||||||||||||||||||||