diff --git a/debian/rules b/debian/rules index ac37a7a..67ea381 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ override_dh_install: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - ./run_tests.sh -P -N || true + ./run_tests.sh -P -N #python setup.py testr --slowest --testr-args='--subunit ' endif