Skip to content

Commit

Permalink
don't pass --merge to the TAP driver
Browse files Browse the repository at this point in the history
The --merge option combines stderr and stdout, which can confuse the
TAP output parsing.
  • Loading branch information
rhansen committed Apr 22, 2016
1 parent 0329492 commit 4fb936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/tests-environment.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TAP_LOG_COMPILER = $(LOG_COMPILER)
# show the individual TAP test cases; the return value of the TAP test
# scripts determine pass or fail as usual)
TAP_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
$(top_srcdir)/build-aux/tap-driver.sh --ignore-exit --merge
$(top_srcdir)/build-aux/tap-driver.sh --ignore-exit
EXTRA_DIST += tests/tap4sh.sh

EXTRA_DIST += etc/test.conf
Expand Down

0 comments on commit 4fb936e

Please sign in to comment.