diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-23 20:49:39 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-23 20:49:39 +0200 |
commit | a0db09fe9eb8b03415a5dd00ff031f5a17096108 (patch) | |
tree | f0db7b94a5b1022318dcd8caefb8fad5d54869cf /t/tap-log.sh | |
parent | 439ca6b342e56ab75c3e26866ed05b6b9850ac19 (diff) | |
parent | aba3b0abf71bcd600fcb142b307b9c6955205298 (diff) | |
download | automake-a0db09fe9eb8b03415a5dd00ff031f5a17096108.tar.gz |
Merge branch 'maint'
* maint:
tests: avoid few lingering $MAKE redirections
tests: avoid '$MAKE' redirections, use 'run_make' instead
tests: avoid use of redirected 'run_make' invocations
lint: warn against redirected 'run_make' invocations
comments: next GNU make release 4.0, not 3.83
tests: fix a potential spurious failure due to global config.site
HACKING: it's OK to do testsuite refactoring in a micro version
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/tap-log.sh')
-rw-r--r-- | t/tap-log.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/tap-log.sh b/t/tap-log.sh index d7eab8a58..d762ed717 100644 --- a/t/tap-log.sh +++ b/t/tap-log.sh @@ -132,8 +132,7 @@ test -f global.log rm -f *.log -VERBOSE=yes $MAKE check >stdout && { cat stdout; exit 1; } -cat stdout +run_make -O -e FAIL check VERBOSE=yes cat global.log test ! -e my.log test ! -e test-suite.log |