You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2014/08/19 19:21:47 UTC

[3/3] git commit: Enabled glog signal handler for stout tests.

Enabled glog signal handler for stout tests.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8575e0b6
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8575e0b6
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8575e0b6

Branch: refs/heads/master
Commit: 8575e0b6e8fda42bd9c9551f30ba5de6fa52547b
Parents: 6172bdd
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Aug 19 10:20:51 2014 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Aug 19 10:21:41 2014 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/tests/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8575e0b6/3rdparty/libprocess/3rdparty/stout/tests/main.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/main.cpp b/3rdparty/libprocess/3rdparty/stout/tests/main.cpp
index 17f4fd1..fa8093b 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/main.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/main.cpp
@@ -14,7 +14,7 @@ int main(int argc, char** argv)
   // Install default signal handler.
   // TODO(jieyu): We temporarily disable this since it causes some
   // flaky tests. Re-enable it once we find the root cause.
-  // installFailureSignalHandler();
+  installFailureSignalHandler();
 
   return RUN_ALL_TESTS();
 }