[SCM] Debian packaging of Business-OnlinePayment-PayConnect CPAN distribution branch, master, updated. debian/0.02-1-8-g3d9b5d8
gregor herrmann
gregoa at debian.org
Sat Jan 5 22:04:22 UTC 2013
The following commit has been merged in the master branch:
commit 3d9b5d863e4dcb2284c324b150f680ff4be0b364
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jan 5 23:02:18 2013 +0100
d/rules: exclude online tests in a more dh-ish and EUMM-ish fashion
Git-Dch: Ignore
diff --git a/debian/rules b/debian/rules
index 79956b4..356a3eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
+TEST_FILES = $(filter-out t/bad_lec.t t/lec.t,$(shell echo t/*.t))
+
%:
dh $@
override_dh_auto_test:
- PERL_DL_NONLAZY=1 perl "-MExtUtils::Command::MM" \
- "-e" "test_harness(0, 'blib/lib', 'blib/arch')" \
- t/load.t t/bop.t
+ dh_auto_test -- TEST_FILES="$(TEST_FILES)"
--
Debian packaging of Business-OnlinePayment-PayConnect CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list