Commit 741e5c3d authored by Luca Boccassi's avatar Luca Boccassi

Problem: debian builds ignore test failures hiding issues

Solution: make test failures fail the build
parent de8f14ad
......@@ -46,7 +46,7 @@ override_dh_auto_configure:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifneq ($(DO_TEST), no)
-dh_auto_test -- VERBOSE=1
dh_auto_test -- VERBOSE=1
else
-dh_auto_test -- VERBOSE=1
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment