Repository: mesos Updated Branches: refs/heads/master b1f3b9a0e -> bb3d0fa8a
Disabled glog signal handler for mesos tests. Review: https://reviews.apache.org/r/24780 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9deaf739 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9deaf739 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9deaf739 Branch: refs/heads/master Commit: 9deaf739351632293c6aaee6a4023529478eb51a Parents: b1f3b9a Author: Jie Yu <[email protected]> Authored: Sat Aug 16 19:46:14 2014 -0700 Committer: Jie Yu <[email protected]> Committed: Sat Aug 16 19:46:39 2014 -0700 ---------------------------------------------------------------------- src/tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/9deaf739/src/tests/main.cpp ---------------------------------------------------------------------- diff --git a/src/tests/main.cpp b/src/tests/main.cpp index 32a2456..442be51 100644 --- a/src/tests/main.cpp +++ b/src/tests/main.cpp @@ -89,7 +89,7 @@ int main(int argc, char** argv) } // Initialize logging. - logging::initialize(argv[0], flags, true); + logging::initialize(argv[0], flags); // Initialize gmock/gtest. testing::InitGoogleTest(&argc, argv);
