Package: ostree
Version: 2016.15-5

The ostree package overrides the testing target in the debian/rules
file, so it does not respect the nocheck option anymore. It would be
nice to have it - waiting for the tests to finish takes too much time
for the throw-away builds I do on my machine (and sometimes the tests
fail consistently, so I need to wait like 5 times longer).

Attached patch should do the trick.

-- 
Kinvolk GmbH | Adalbertstr. 6a, 10999 Berlin
Geschäftsführer/Directors: Alban Crequy, Chris Kühl, Iago López Galeiras
Registergericht/Court of registration: Amtsgericht Charlottenburg
Registernummer/Registration number: HRB 171414 B
Ust-ID-Nummer/VAT ID number: DE302207000
--- rules.old	2017-05-17 12:08:47.186950253 +0200
+++ rules	2017-05-17 12:10:35.833876166 +0200
@@ -27,7 +27,9 @@
 		$(NULL)
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	debian/test.sh
+endif
 
 override_dh_auto_install:
 	dh_auto_install

Reply via email to