From 5414b34c4b7f8e01c27d3ebc6b09d12b04b95054 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 7 Dec 2015 09:43:43 +0000 Subject: tests: disable hard errors we don't use it https://www.gnu.org/software/automake/manual/automake.html#Scripts_002dbased-Testsuites --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2281f3e512..ab9be281af 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) -- cgit v1.2.3-54-g00ecf