On Fri, Feb 3, 2017 at 11:22 PM, <y...@apache.org> wrote: > +#ifndef __linux__ > +#error "tests/containerizer/rootfs.hpp is only available on Linux > systems" > +#endif >
This seems to break the OS X build as well as the Windows build. Specifically in the `src/tests/health_check_tests.cpp`. It's not clear to me what the correct fix is though. @yan, @jpeach, Could you guys take a look please?