Repository: mesos Updated Branches: refs/heads/master 695a73462 -> 169e969c9
Required explicit run of the libprocess benchmark. Review: https://reviews.apache.org/r/27130 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/169e969c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/169e969c Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/169e969c Branch: refs/heads/master Commit: 169e969c9515a44f3df2ddf9fc42b2047fb425a5 Parents: 695a734 Author: Joris Van Remoortere <[email protected]> Authored: Fri Oct 24 15:42:29 2014 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Fri Oct 24 15:43:01 2014 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/Makefile.am | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/169e969c/3rdparty/libprocess/Makefile.am ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/Makefile.am b/3rdparty/libprocess/Makefile.am index a9f6178..a55d562 100644 --- a/3rdparty/libprocess/Makefile.am +++ b/3rdparty/libprocess/Makefile.am @@ -144,7 +144,6 @@ benchmarks_LDADD = \ # http://lists.gnu.org/archive/html/automake/2013-01/msg00051.html check-local: tests benchmarks ./tests - ./benchmarks # TODO(benh): Fix shared builds (tests need libglog, libev, etc).
