summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2010-12-29 02:32:35 +0100
committerJelmer Vernooij <jelmer@debian.org>2010-12-29 02:32:35 +0100
commit3cee05e95cf15149d5e253e73f38724694b8afb8 (patch)
tree39c35b8b0eb9f04d5ccc612391f622f3e31b3ed4 /debian/rules
parente0bcd7c7c87ace68bea24dd24bd430d75622d530 (diff)
Force testtools test runner.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 54dfe7bf..941a7454 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ DEB_PYTHON_BUILD_ARGS += --executable=/usr/bin/python
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
common-build-arch common-build-indep:: debian/stamp-check
debian/stamp-check:
- $(MAKE) check
+ $(MAKE) check TESTRUNNER=testtools.run
touch $@
clean::