[Pkg-wmaker-commits] [wmbiff] 04/08: debian/rules: Remove nocheck option. Instead, we specify the one test that does pass in new override_dh_auto_test target.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Jul 20 14:56:48 UTC 2016


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

dtorrance-guest pushed a commit to branch master
in repository wmbiff.

commit f71b2761adaa4fb7548198e33a33767485501764
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Jul 20 10:39:21 2016 -0400

    debian/rules: Remove nocheck option.  Instead, we specify the one test
    that does pass in new override_dh_auto_test target.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3048346..1b7cdf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_OPTIONS += nocheck
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@ --with autoreconf
+
+override_dh_auto_test:
+	dh_auto_test -- TESTS=test_wmbiff
+# we skip test_tlscomm as it fails when building with pbuilder (TODO: why?)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list