From b7303494be67c3231211e362c8292eb7c57c8822 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Dec 2017 19:33:32 +0200 Subject: Add: implement nocheck in DEB_BUILD_OPTIONS --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index b8c65ed..73c7a00 100755 --- a/debian/rules +++ b/debian/rules @@ -20,4 +20,6 @@ export PYBUILD_NAME=ick2 dh $@ --with=python3 --buildsystem=pybuild override_dh_auto_test: +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) ./check +endif -- cgit v1.2.1