Fix: merge tap tests stdout and stderr
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 18 May 2016 19:43:06 +0000 (15:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 18 May 2016 20:53:23 +0000 (16:53 -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: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/Makefile.am
tests/unit/Makefile.am

index 5f4a6e4c063d3e666a0ce89f954a673a8ec514a8..6a2d24c7bf3cab9b2a57bf1c58f33e9e1d3fb05e 100644 (file)
@@ -1,5 +1,6 @@
 SUBDIRS = tools kernel ust
 
+LOG_DRIVER_FLAGS='--merge'
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
        $(top_srcdir)/config/tap-driver.sh
 
index b7f318fccc19f62093ad82ec7a8bf3144546eef2..5625cf0fcba42387266e90d05b4a98e5d5169f62 100644 (file)
@@ -3,6 +3,7 @@ SUBDIRS = ini_config
 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils/ -I$(srcdir)
 AM_LDFLAGS =
 
+LOG_DRIVER_FLAGS='--merge'
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
        $(top_srcdir)/config/tap-driver.sh
 
This page took 0.031583 seconds and 5 git commands to generate.