[vorbis-tools] 01/01: Do not run tests under DEB_BUILD_OPTIONS=nocheck.

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Jul 2 18:58:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository vorbis-tools.

commit d116c0cc67b99088823f9afaf16ae1ef7fe95338
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Thu Dec 22 12:42:45 2016 +0000

    Do not run tests under DEB_BUILD_OPTIONS=nocheck.
    
    Closes: #838866
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index b29ca67..d82c675 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,10 @@ override_dh_install:
 #CFLAGS += -D_FILE_OFFSET_BITS=64
 
 # Run our test suite until the upstream source get one
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 override_dh_auto_test:
 	dh_auto_test
 	for t in debian/tests/test-*; do \
 	    BUILDDIR=`pwd` $$t; \
 	done
+endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xiph/vorbis-tools.git



More information about the pkg-xiph-commits mailing list