debian/rules
branchstable
changeset 1165 f0978cb993a0
parent 1127 87625964c333
child 1565 9590332b26c8
--- a/debian/rules	Mon Nov 17 15:49:39 2014 +0100
+++ b/debian/rules	Mon Oct 13 10:22:24 2014 +0200
@@ -10,7 +10,7 @@
 
 ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
-	cd tests &&  python run-tests.py --with-hg=`which hg`
+	cd tests &&  python run-tests.py --with-hg=`which hg` --blacklist=$(CURDIR)/debian/test-blacklist
 endif
 
 override_dh_python2: