-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60646/
-----------------------------------------------------------

(Updated Aug. 7, 2017, 12:30 p.m.)


Review request for mesos and Till Toenshoff.


Summary (updated)
-----------------

Modified handling of parallel test configure flag for documentation.


Repository: mesos


Description (updated)
-------

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.


Diffs (updated)
-----

  configure.ac 5a6e42c61e6752c3742532502dbc753071b31323 


Diff: https://reviews.apache.org/r/60646/diff/2/

Changes: https://reviews.apache.org/r/60646/diff/1-2/


Testing
-------

configure and build stout with different settings 
(`--enable-parallel-test-execution`, `--enable-parallel-test-execution=yes`, 
`--enable-parallel-test-execution=no`, `--disable-parallel-test-execution`), 
`make check`.


Thanks,

Benjamin Bannier

Reply via email to