Skip to content

Commit

Permalink
debian/rules: support nocheck in DEB_BUILD_OPTIONS
Browse files Browse the repository at this point in the history
Spotted by lintian (see tag override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS)
  • Loading branch information
mika committed Jan 24, 2019
1 parent 83408f3 commit 3929d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -12,8 +12,8 @@
%:
dh $@

ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
(cd tests && ./run_tests.sh)
make shellcheck
make

endif

0 comments on commit 3929d57

Please sign in to comment.