From: Evgeny Vereshchagin Date: Mon, 7 Dec 2015 09:43:43 +0000 (+0000) Subject: tests: disable hard errors X-Git-Tag: v231~868^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5414b34c4b7f8e01c27d3ebc6b09d12b04b95054;p=platform%2Fupstream%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 2281f3e..ab9be28 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)