Fix: merge tap tests stdout and stderr
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 18 May 2016 19:18:05 +0000 (15:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 May 2016 19:25:07 +0000 (15:25 -0400)
This makes the output and error statement ordered in the log
file and ensure that the first line is the tap test plan. Some tap
parser are confused if the test plan is not on the first line.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/Makefile.am

index 96a3faae6b69427527a87b52bdb70c4cbf0af206..fd2eac397a04e3e5a64f20fea5dec32748772620 100644 (file)
@@ -5,6 +5,7 @@ if CXX_WORKS
 SUBDIRS += hello.cxx
 endif
 
+LOG_DRIVER_FLAGS='--merge'
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
        $(top_srcdir)/config/tap-driver.sh
 
This page took 0.024648 seconds and 4 git commands to generate.