-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39091/
-----------------------------------------------------------
Review request for mesos, Artem Harutyunyan, Joris Van Remoortere, and Joseph
Wu.
Bugs: MESOS-3597
https://issues.apache.org/jira/browse/MESOS-3597
Repository: mesos
Description
-------
Right now running the Mesos tests from the default tests target will
(1) aggregate all our tests into a semi-useless report that hides all
the errors, and (2) strip all our colors when you do pass the verbosity
flag to get rid of the "report" structure.
This commit will prepare us to run the tests with with color, without
this default reporting structure. We do this by moving the tests target
to a `CACHE STRING` which can be referenced by the tests.
Diffs
-----
3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake
c4d1b7b3f896f8037d922fafcdbdd0e31a70e140
3rdparty/libprocess/3rdparty/stout/tests/CMakeLists.txt
94292f8a46ec31bbaf6e52f48109322bbe123f70
Diff: https://reviews.apache.org/r/39091/diff/
Testing
-------
Thanks,
Alex Clemmer