-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62443/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-7987
https://issues.apache.org/jira/browse/MESOS-7987
Repository: mesos
Description
-------
Switched over to explicitly using Google Mock to initialize the test
suite. This enables Google Mock option flags so that --gmock_verbose
will be supported.
Diffs
-----
src/tests/main.cpp cd30cac89c8d676d60a90f0ef843a68c241a0431
Diff: https://reviews.apache.org/r/62443/diff/1/
Testing
-------
make check (Fedora 26)
Manually verified that `--gmock_verbose=info` traces the mocked expectations.
Thanks,
James Peach