From: Evgeny Vereshchagin Date: Mon, 7 Dec 2015 09:43:43 +0000 (+0000) Subject: tests: disable hard errors X-Git-Tag: v229~227^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2104%2Fhead;p=thirdparty%2Fsystemd.git tests: disable hard errors we don't use it https://www.gnu.org/software/automake/manual/automake.html#Scripts_002dbased-Testsuites --- diff --git a/Makefile.am b/Makefile.am index 2281f3e512d..ab9be281af8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,6 +147,7 @@ tests= manual_tests = TEST_EXTENSIONS = .py PY_LOG_COMPILER = $(PYTHON) +DISABLE_HARD_ERRORS = yes if ENABLE_TESTS noinst_PROGRAMS = $(manual_tests) $(tests) TESTS = $(tests)