diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-12-07 09:43:43 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-12-07 09:43:43 +0000 |
commit | 5414b34c4b7f8e01c27d3ebc6b09d12b04b95054 (patch) | |
tree | 4c578d1345005f7a88e8113a0f0393bc37af357a /Makefile.am | |
parent | fe39daf2c13d60421f8965f617125b3bff50645c (diff) |
tests: disable hard errors
we don't use it
https://www.gnu.org/software/automake/manual/automake.html#Scripts_002dbased-Testsuites
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) |