commit 6532c8c1b3fbff1170aa63f4a8b9439991b636b9
Merge: aefbb49 f2436f5
Author: Stefano Lattarini <[email protected]>
Date: Sun Jul 1 18:35:40 2012 +0200
Merge branch 'master' into ng/master
This merge fixes automake bug#11791 for Automake-NG as well.
* master:
tests: don't trust the exit status of "make -k" for non-GNU makes
parallel-tests: reimplement fix for bug#11791
tests setup: unset CDPATH
tests setup: more namespace safeness
tests setup: remove an unused variable
tests setup: less hard-coding of the test subdirectory
+ Extra non-trivial edits:
* lib/am/parallel-tests.am: Manually merge the new implementation of the
fix for the bug#11791, as implemented by commit 'v1.12.1-95-gd5443e4' of
mainline Automake.
* Makefile.am (XFAIL_TESTS): Remove 't/parallel-tests-recheck-pr11791.sh'.
Add 't/test-missing.sh', which is slightly broken by this patch. A later
patch will restore the lost behaviour.
Signed-off-by: Stefano Lattarini <[email protected]>