Make FTBFS if unit test fail.
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -23,7 +23,7 @@ override_dh_auto_test:
|
||||
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
|
||||
ln -s src wrapt
|
||||
set -ex && for pyvers in $(PYTHONS) $(PYTHON3S); do \
|
||||
PYTHONPATH=. py.test-$$pyvers -v tests || true ; \
|
||||
PYTHONPATH=. py.test-$$pyvers -v tests ; \
|
||||
done
|
||||
rm -f wrapt
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user