[libmysql-diff-perl] 06/12: Disable more tests that require a MySQL server

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Aug 12 00:53:54 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libmysql-diff-perl.

commit 28d91d1f3767b1b9bb372b87d68444d5406ab8bb
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Aug 12 00:43:01 2016 +0100

    Disable more tests that require a MySQL server
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6f66843..6055dc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,14 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-TEST_FILES=$(filter-out t/all.t,$(wildcard t/*.t))
+SKIP_TESTS = t/all.t t/regression-rt-79976.t
+TEST_FILES = $(filter-out $(SKIP_TESTS),$(wildcard t/*.t))
 
 %:
 	dh $@
 
 override_dh_auto_test:
-	AUTOMATED_TESTING=1 dh_auto_test -- test_files="$(TEST_FILES)"
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmysql-diff-perl.git



More information about the Pkg-perl-cvs-commits mailing list