summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2019-06-03 13:29:46 +0300
committerPanu Matilainen <pmatilai@redhat.com>2020-03-26 11:57:58 +0200
commita97b54b60b4944324a3c664fc60b31b8911f3b83 (patch)
tree0a9bee9ffbb853d553e80d633b0bea4b5fc146f0
parent245517faef47a17e9d726c5a9831b38251795e35 (diff)
downloadrpm-a97b54b60b4944324a3c664fc60b31b8911f3b83.tar.gz
Don't allow test-suite failures inside distcheck either
(cherry picked from commit 390befdae26a495696c5064fc76710c66a0acac9)
-rw-r--r--tests/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index eaf817cc2..f7a340d63 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -155,8 +155,7 @@ check-local:
endif !HAVE_FAKECHROOT
installcheck-local: $(check_DATA)
- $(SHELL) '$(TESTSUITE)' AUTOTEST_PATH='$(bindir)' \
- $(TESTSUITEFLAGS) ||:
+ $(SHELL) '$(TESTSUITE)' AUTOTEST_PATH='$(bindir)' $(TESTSUITEFLAGS)
clean-local:
test ! -f '$(TESTSUITE)' || $(SHELL) '$(TESTSUITE)' --clean