[debhelper-devel] [debhelper] 27/30: Makefile: Exclude .pl in test and remove dh_clean call

Niels Thykier nthykier at moszumanska.debian.org
Mon Jul 3 14:40:38 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 3b1d59c88367165983f00f365c598669c8fb78f1
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Jul 3 12:00:12 2017 +0000

    Makefile: Exclude .pl in test and remove dh_clean call
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index ad7e8ce..2b2e8f4 100644
--- a/Makefile
+++ b/Makefile
@@ -122,6 +122,4 @@ install:
 	install -m 0644 Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)$(PERLLIBDIR)/Buildsystem
 
 test: version
-	./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x } @ARGV' t/* t/*/*
-	# clean up log etc
-	./run dh_clean
+	./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x && m/\.t$$/ } @ARGV' t/* t/*/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list