This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to branch master in repository libparse-debianchangelog-perl.
commit f782af3820964d31cbdc7955bfa18b9e2c91368c Author: Frank Lichtenheld <[email protected]> Date: Mon Jul 16 03:13:04 2007 +0200 Makefile: make it possible to run the tests verbosely Just pass verbose=1 to the make call. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba9bfd1..69072cb 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ dist: Build stats: Build @./Build postats +verbose=0 test: - @./Build test + @./Build test verbose=$(verbose) .PHONY: all install clean dist stats check -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
