]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: be stricter in determining whether "make -jN" works
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 19 Feb 2012 13:53:53 +0000 (14:53 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 19 Feb 2012 13:55:11 +0000 (14:55 +0100)
commit72cae0a53cde58c5f5ac1020555a675498191b85
treeda64c3863de8c6e569a27f2368c869a4d3639090
parent0194d5e1e31861fa362b77c5e2dab74cd3e7ecea
tests: be stricter in determining whether "make -jN" works

* tests/parallel-tests3.test: With at least Solaris 10 CCS make,
"make -jN" does not fail, but merely prints a warning about
"DistributedMake -j option" being ignored.  This was causing this
test case to fail spuriously.  So we now use a stricter check in
determining whether make works in parallel mode.  Since we are at
it, we try to cater also to Sun Distributed make, which understands
"-j N" but *not* "-jN".
tests/parallel-tests3.test