From fc03ca9d13e35c40bdf1c3c676db2adf48c60223 Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Wed, 27 May 2015 20:31:38 +0200 Subject: Enforce "serial-tests" behaviour for tests/Makefile Our "make check" testsuite creates quite a bit of output which is intended to help pinpointing the exact reason for failure - hidden by default by automake 1.12 and up, which default to "parallel-tests" which has no benefit for us. So, just set the automake option to revert to the old behaviour. See also: https://www.gnu.org/software/automake/manual/html_node/Serial-Test-Harness.html Trac #427 Signed-off-by: Gert Doering Message-ID: <20150524193011.GK382@greenie.muc.de> URL: http://article.gmane.org/gmane.network.openvpn.devel/9738 Acked-by: David Sommerseth --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index b7980e0..02fa392 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,6 +9,8 @@ # Copyright (C) 2006-2012 Alon Bar-Lev # +AUTOMAKE_OPTIONS = serial-tests + MAINTAINERCLEANFILES = \ $(srcdir)/Makefile.in -- cgit