summaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-22 15:53:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-22 15:53:56 -0700
commit740beb8ef15e3b6dfc72d36c677937faf19ab306 (patch)
tree6d5af2ab8746a91fa36d92f5f67b727846a8b06f /debian/rules
parentf10c63402284ddde7d7309f2f571048b52c8b278 (diff)
downloadkeysafe-740beb8ef15e3b6dfc72d36c677937faf19ab306.tar.gz
disable test suite at package build time
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