-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65817/#review198339
-----------------------------------------------------------



PASS: Mesos patch 65817 was successfully built and tested.

Reviews applied: `['65817']`

All the build artifacts available at: 
http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65817

- Mesos Reviewbot Windows


On Feb. 27, 2018, 5:49 p.m., Andrei Budnik wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/65817/
> -----------------------------------------------------------
> 
> (Updated Feb. 27, 2018, 5:49 p.m.)
> 
> 
> Review request for mesos, Benjamin Bannier, Gilbert Song, and Greg Mann.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Previously, the command arguments for the command `docker $@` was
> expanded by an interpreter into a string without quotes. So, a command
> `docker run ... -c 'sleep 1'` was expanded into
> `docker run ... -c sleep 1`. To fix the issue, `$@` has been wrapped
> with double quotes.
> 
> 
> Diffs
> -----
> 
>   src/tests/containerizer/docker_containerizer_tests.cpp 
> 9930580617b188b9c231b002d771e7ba4c61ac52 
> 
> 
> Diff: https://reviews.apache.org/r/65817/diff/1/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Andrei Budnik
> 
>

Reply via email to