Fail the build if tests fail.
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -26,7 +26,7 @@ override_dh_install:
|
|||||||
|
|
||||||
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
|
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
./run_tests.sh -P -N || true
|
./run_tests.sh -P -N
|
||||||
#python setup.py testr --slowest --testr-args='--subunit '
|
#python setup.py testr --slowest --testr-args='--subunit '
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user