mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-19 04:45:59 +01:00
Problem: debian builds ignore test failures hiding issues
Solution: make test failures fail the build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user