Skip to content
Snippets Groups Projects
Commit a4419376 authored by Jakub Ružička's avatar Jakub Ružička
Browse files

distro/deb: support disabling tests

    DEB_BUILD_OPTIONS=nocheck

should now disable tests during package build.

An example of howto disable tests in pbuilder:

    export DEB_BUILD_OPTIONS=nocheck
    sudo -E pbuilder build pkg.dsc
parent 49e57ec1
No related branches found
No related tags found
1 merge request!1239Move dnstap and geoip modules into subpackages
......@@ -86,7 +86,9 @@ override_dh_auto_install-indep:
override_dh_auto_test-indep:
override_dh_auto_test-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
$(RUN_TEST) dh_auto_test
endif
override_dh_missing:
dh_missing --fail-missing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment