-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58161/
-----------------------------------------------------------
Review request for mesos, Jeff Coffler, John Kordich, Joseph Wu, Li Li, and Michael Park.
Repository: mesos
Description
-------
Instead of using `TRUE_COMMAND`, we needed to use `add_arguments` for
each argument to avoid smashing the set of arguments into one string.
That is, we cannot execute `"cmd /c exit 0"`, we have to execute `"cmd"`
with arguments `"cmd", "/c", "exit 0"`.
Diffs
-----
src/tests/health_check_tests.cpp 211f8b8578e811d3f2a229387cc0ce8327ae8cb6
Diff: https://reviews.apache.org/r/58161/diff/1/
Testing
-------
(Pending results. Should all be fixed!)
Thanks,
Andrew Schwartzmeyer
|