]> git.ipfire.org Git - thirdparty/automake.git/commit
Merge branch 'master' into ng/master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 1 Jul 2012 16:35:40 +0000 (18:35 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 1 Jul 2012 17:15:15 +0000 (19:15 +0200)
commit6532c8c1b3fbff1170aa63f4a8b9439991b636b9
tree55fc55ae5389c6c5a90eeefc64a23144219f2408
parentaefbb49b2b6b872f53ba6a160f78b5d439d7aaa4
parentf2436f5b665184ce8fa2e3babe1b1edfa69299f6
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 <stefano.lattarini@gmail.com>
Makefile.am
lib/am/parallel-tests.am
t/ax/test-init.sh