summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-08-14 13:46:28 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-08-14 14:51:15 +0200
commit5bbe0dbb9faad7d4d9ffca7e819e9faa477fb5c6 (patch)
tree4833703240c569ef9a465d302f58cc42ae50de81 /debian/rules
parent9cfab3f36574ff9c99e4b87bee69595959426161 (diff)
Don't test stuff for binary-indep.mentors/20180814debian/2.2.0+dfsg-3
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 64c541d2..3cd05121 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,9 @@ override_dh_auto_build-indep:
make -C build doxygen
dh_auto_build --builddirectory=build
-override_dh_auto_test:
+override_dh_auto_test-indep:
+
+override_dh_auto_test-arch:
dh_auto_test --no-parallel --builddirectory=build
for py3ver in $(REMAINING_PY3VERS) ; do \
dh_auto_test --no-parallel --builddirectory=build$$py3ver ; \