[libmediawiki-bot-perl] 04/07: Update dh_auto_test override
Nick Morrott
nickm-guest at moszumanska.debian.org
Thu Jul 21 21:00:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libmediawiki-bot-perl.
commit 9b35b3e03249e5fe0ccc64d0ae9019cd8eb0646f
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Thu Jul 21 20:39:55 2016 +0100
Update dh_auto_test override
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0b1a222..93240a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
-TEST_FILES = $(wildcard t/00-*.t)
+TEST_FILES=$(wildcard t/00-*.t)
%:
dh $@
override_dh_auto_test:
- dh_auto_test -- --test_files="$(TEST_FILES)"
+ dh_auto_test -- TEST_FILES="$(TEST_FILES)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmediawiki-bot-perl.git
More information about the Pkg-perl-cvs-commits
mailing list