-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36214/
-----------------------------------------------------------
(Updated July 6, 2015, 8:40 p.m.)
Review request for mesos, Bernd Mathiske, Joerg Schad, and Till Toenshoff.
Bugs: MESOS-2996
https://issues.apache.org/jira/browse/MESOS-2996
Repository: mesos
Description
-------
When running on CentOS 7.1 it didn't have /bin in it's PATH and therefore it
failed to find test-executor that is in /bin/ in the container. This works on
other systems since the tests inherits the environment variables from the
system and /bin usually is in the PATH.
Diffs
-----
src/tests/docker_containerizer_tests.cpp
d4ccb0b30fe27980846d913e292d2e18fd3d1055
Diff: https://reviews.apache.org/r/36214/diff/
Testing
-------
make check
Thanks,
Timothy Chen