summaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 8b1f148..9453d1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,9 @@ export BUILDER=./Setup
%:
dh $@
-override_dh_auto_test:
- ./keysafe --test
+# the test suite takes a very long time to run, so disable it at
+# package built time. We run it with autopkgtest
+# override_dh_auto_test: ./keysafe --test
# upstream's install-files target is not sufficient for our split into
# three binary packages, so disable it here and use dh_* tools