-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
STM 2020-05-18
In SERVER-42607, we joined and then split sys.argv using space as the delimiter, this causes ambiguity when arguments contain spaces. Instead we should just use the raw sys.argv and shlex.quote on that to generate the verbatim invocation.
- is caused by
-
SERVER-42607 add quoting to resmoke's invocation for local usage line
- Closed