You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2016/10/12 17:46:40 UTC

[3/5] mesos git commit: Enable Mesos test runner.

Enable Mesos test runner.

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


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

Branch: refs/heads/master
Commit: 8b611570bec9936a72917d19ed90dc6a87d16632
Parents: d996d78
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Wed Oct 12 18:58:42 2016 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Wed Oct 12 18:58:42 2016 +0200

----------------------------------------------------------------------
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8b611570/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index fd01e1d..3bcc0f2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2346,7 +2346,7 @@ uninstall-hook:
 # See the following discussion for the workaround:
 # http://lists.gnu.org/archive/html/automake/2013-01/msg00051.html
 check-local: tests
-	./mesos-tests
+	$(TEST_DRIVER) ./mesos-tests
 
 if INSTALL_TESTS
 # If we enabled test installation, we can run the tests from the