[lttng-dev] [PATCH lttng-ust] Fix: merge tap tests stdout and stderr
Michael Jeanson
mjeanson at efficios.com
Wed May 18 19:18:05 UTC 2016
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 at efficios.com>
---
tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 96a3faa..fd2eac3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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
--
2.7.4
More information about the lttng-dev
mailing list