[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#707652: texinfo: runs testsuite during build despite DEB_BUILD_OPTIONS='nobench nocheck'



On Fr, 10 Mai 2013, Thorsten Glaser wrote:
> despite carrying nocheck in DEB_BUILD_OPTIONS your package
> runs a very time-intensive (at least on slower arches)
> testsuite during build time.

Thanks, didn't know about nocheck option, just committed this
to the git repo:
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,9 @@ build-stamp:
        touch $@
 
 check-stamp: build-stamp
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        $(MAKE) check ALL_TESTS=yes
+endif
        touch $@
 
 clean:


Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------


Reply to: