]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: automake 1.11 needs parallel-tests 4908/head
authorLoic Dachary <ldachary@redhat.com>
Tue, 9 Jun 2015 11:49:14 +0000 (13:49 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 9 Jun 2015 12:56:49 +0000 (14:56 +0200)
commit9193afd3d27fdd9fd2f65a750e1545756f9b5a34
tree4e5f495f96d42a13c526070058102bd239f9aea7
parentebc38f4a4b799c7e0a0e74229851abd42ebea1f5
tests: automake 1.11 needs parallel-tests

Prior to automake 1.13 the default behavior was serial-tests meaning
tests from make check were run one after the other and their output sent
to stdout/stderr. From automake 1.13 up the default became
parallel-tests which logs the output of each individual test in a
separate .log file and allows them to run in parallel.

http://lists.gnu.org/archive/html/automake/2012-12/msg00038.html

Enable parallel-tests so that tests can always run in parallel, even
with automake 1.11 which is the version found in CentOS 6.5 and Ubuntu
12.04 precise.

A nice side effect of always having the logs in separate files is that
tests do not need to worry about being too verbose because their output
will only be read for diagnostic purposes.

http://tracker.ceph.com/issues/11931 Fixes: #11931
http://tracker.ceph.com/issues/11906 Fixes: #11906

Signed-off-by: Loic Dachary <ldachary@redhat.com>
configure.ac