Activate unit tests using: python setup.py testr

This commit is contained in:
Thomas Goirand
2013-07-26 11:23:15 +08:00
parent ac5ccd1c97
commit 80d97f392d

3
debian/rules vendored
View File

@@ -14,7 +14,8 @@ export OSLO_PACKAGE_VERSION=$(VERSION)
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# set -e ; for pyversion in $(shell pyversions -r); do $$pyversion setup.py test; done
echo "No test for now"
set -e ; for pyversion in $(shell pyversions -r); do $$pyversion setup.py testr; done
# echo "No test for now"
endif
override_dh_clean: