diff options
author | Steve Kemp <steve@steve.org.uk> | 2017-06-13 09:21:58 +0300 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2017-06-13 09:21:58 +0300 |
commit | 72e9937cbf43dff08921c2adf72b3bb6eb1837ab (patch) | |
tree | eacb8568f6628503978b67bdbce788b042cf20a5 /debian/rules | |
parent | 2eea70308258eb29b8806809e546108878e7122a (diff) |
Disable `make test`.
This might seem controversial, but the pipeline for our package(s)
already runs a distinct testing-step. So in practice this should
be safe, and should avoid the problems I had with the Makefile
referring to `ruby/1.8/setup.rb`
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5289f9d..1db7492 100755 --- a/debian/rules +++ b/debian/rules @@ -3,3 +3,7 @@ %: dh $@ --with systemd + +override_dh_auto_test: + echo "NOP" + |