summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-23 12:32:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-23 12:32:09 -0700
commitc097cd236a73964372b35213d552e3b4c86a56cc (patch)
tree16fe4ba3db6e4debcfca8ec8fd04ab5ac2a392ef /debian
parent73d678c4a3f47211587f7059a132fdf085650a47 (diff)
downloadkeysafe-c097cd236a73964372b35213d552e3b4c86a56cc.tar.gz
comment
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 963069e..5a1fea1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,9 +14,10 @@ export BUILDEROPTIONS = -j1
%:
dh $@
-# 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
+# Temporarily disable test until upstream adds a spinner/progress
+# indicator. Otherwise sbuild will time out on some archs
+# 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