-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72107/
-----------------------------------------------------------
Review request for mesos, Andrei Budnik and Benjamin Bannier.
Bugs: MESOS-10093
https://issues.apache.org/jira/browse/MESOS-10093
Repository: mesos
Description
-------
Fixed Windows command argument stringification.
Diffs
-----
3rdparty/stout/include/stout/os/windows/shell.hpp
2f76bbaac9032906c544010c55cdcbe3d7b03d23
Diff: https://reviews.apache.org/r/72107/diff/1/
Testing
-------
Tested manually by launching a docker task with the following command:
```
python -c "import time\nwhile True:\n time.sleep(5)\n print('hello
world')"
```
Thanks,
Greg Mann