This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository pkg-perl-tools.
commit 4da824c6eb4cafb38d69eb63e94aa9f5fb334b42 Author: gregor herrmann <[email protected]> Date: Sat Jun 17 20:06:43 2017 +0200 Makefile: run prove recursively during build as well. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f1cad90..a591b44 100644 --- a/Makefile +++ b/Makefile @@ -145,5 +145,5 @@ test: for f in `find . -name '*.pm' -type f`; do \ perl -Ilib -c $$f || exit 1; \ done - prove -l - -prove -l --ext .st + prove -l --verbose --recurse t/ + -prove -l --verbose --recurse --ext .st t/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
