summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2020-12-31 21:12:52 +0000
committerVagrant Cascadian <vagrant@reproducible-builds.org>2020-12-31 14:39:00 -0800
commit903e01a68658a59c4bc7f239dcab66fff7d1bc29 (patch)
tree2fac32a46fb45fc624358d4239ed6b9e17e2b796 /debian/rules
parent320f3af4508f92dbd929682015ed424a608453c3 (diff)
debian/rules: Add dh_auto_test override to allow failures.
The test suites were not run at all in previous versions.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 08ce1f8..a555b2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,3 +24,6 @@ override_dh_installman:
override_dh_compress:
dh_compress -Xminlog/examples -X.pdf
+
+override_dh_auto_test:
+ dh_auto_test || echo 'WARNING: Test suite failures'