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 2017/08/09 16:39:17 UTC

[2/3] mesos git commit: Modified handling of parallel test configure flag for documentation.

Modified handling of parallel test configure flag for documentation.

This patch modifies the handling of the parallel test configure flag
for documentation purposes. With that we document proper ways to
handle both default-enabled and -disabled flags without using
arguments to 'AC_ARG_ENABLE'; the handling of '--disable-werror' is an
example of a default-enabled flag while
'--enable-parallel-test-execution' documents a default-disabled flag.

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


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

Branch: refs/heads/master
Commit: e614ec2ebe2fc35319a2749d88a7c7ac962b1d36
Parents: d03c650
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Wed Aug 9 18:38:29 2017 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Wed Aug 9 18:38:29 2017 +0200

----------------------------------------------------------------------
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e614ec2e/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 9e588fc..307f0ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -281,8 +281,7 @@ AC_ARG_ENABLE([zlib],
 
 AC_ARG_ENABLE([parallel_test_execution],
               AS_HELP_STRING([--enable-parallel-test-execution],
-                             [execute tests in parallel where possible]),
-            [], [enable_parallel_test_execution=no])
+                             [execute tests in parallel where possible]))
 
 AC_ARG_ENABLE([werror],
               AS_HELP_STRING([--disable-werror],