diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-18 15:03:49 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-18 15:16:17 +0200 |
commit | fee394d4df485724bda65e052fcbf03ba41c8dd8 (patch) | |
tree | f61e3371195d87bd23d85dc5219b718e82b3828e /t/tap-msg0-result.sh | |
parent | 4afce93badb93dd22be31d3f373962ad0af43fbc (diff) | |
parent | 7b6129b9bb74773e1a02c5c43614f9fd47179369 (diff) | |
download | automake-fee394d4df485724bda65e052fcbf03ba41c8dd8.tar.gz |
Merge branch 'master' into ng/master
* master:
tests: use 'parallel-tests' Automake option by default
doc: fix location of Automake's own test-suite.log file
yacc tests: avoid a spurious failure with Sun C++ 5.9
self tests: cater for /bin/ksh symlinked to Zsh
tests: fix spurious failures due to dpkg install-info
+ Non-trivial extra edits:
* t/check7.sh: look at the contents of '$am_serial_tests', not of
'$am_parallel_tests', to decide which kind of testsuite harness is
being used.
* t/parallel-tests-concatenated-suffix.sh: Don't explicitly set
'$am_parallel_tests' to "yes" anymore, is not required and would
cause a 'maintainer-check' failure.
* t/parallel-tests-dynamic.sh: Likewise.
* t/parallel-tests-longest-stem.sh: Likewise.
* t/parallel-tests-no-repeat.sh: Likewise.
* t/parallel-tests-per-suffix-deps.sh: Likewise.
* t/parallel-tests-srcdir-in-test-name.sh: Likewise.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/tap-msg0-result.sh')
-rwxr-xr-x | t/tap-msg0-result.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/tap-msg0-result.sh b/t/tap-msg0-result.sh index 8c464c418..a2cc0a58d 100755 --- a/t/tap-msg0-result.sh +++ b/t/tap-msg0-result.sh @@ -17,7 +17,6 @@ # TAP support: # - the string "0" as a test description -am_parallel_tests=yes . ./defs || Exit 1 . "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh" |