You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2013/06/14 20:25:23 UTC

[2/2] git commit: Fixed mesos tests to write to stderr when using newer versions of autotools.

Fixed mesos tests to write to stderr when using newer versions of
autotools.

Review: https://reviews.apache.org/r/11878


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

Branch: refs/heads/master
Commit: a66f419a6fa151c205225bdf12e2356d752f65e9
Parents: b46272f
Author: Benjamin Mahler <bm...@twitter.com>
Authored: Fri Jun 14 11:03:33 2013 -0700
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Fri Jun 14 11:24:50 2013 -0700

----------------------------------------------------------------------
 src/Makefile.am | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mesos/blob/a66f419a/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index e67b342..23733b5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,7 +69,6 @@ check_PROGRAMS =
 dist_check_SCRIPTS =
 check_SCRIPTS =
 BUILT_SOURCES =
-TESTS =
 CLEANFILES =
 EXTRA_DIST =
 PHONY_TARGETS =
@@ -878,7 +877,12 @@ dist_check_SCRIPTS +=				\
   tests/python_framework_test.sh		\
   tests/killtree_test.sh
 
-TESTS += mesos-tests
+# We use a check-local target for now to avoid the parallel test
+# runner that ships with newer versions of autotools.
+# See the following discussion for the workaround:
+# http://lists.gnu.org/archive/html/automake/2013-01/msg00051.html
+check-local: mesos-tests
+	./mesos-tests
 
 clean-local: clean-java clean-python