[debhelper-devel] [debhelper] 01/01: Makefile: Avoid some noise during tests

Niels Thykier nthykier at moszumanska.debian.org
Wed Jul 5 08:26:55 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 481b5519d3e44ec1f841cb62034e79ba3a35ade2
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Jul 5 08:26:23 2017 +0000

    Makefile: Avoid some noise during tests
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c35ef45..42250a6 100644
--- a/Makefile
+++ b/Makefile
@@ -128,4 +128,4 @@ install:
 	install -m 0644 Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)$(PERLLIBDIR)/Buildsystem
 
 test: version
-	HARNESS_OPTIONS=j$(TEST_JOBS) ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x && m/\.t$$/ } @ARGV' t/* t/*/*
+	MAKEFLAGS= HARNESS_OPTIONS=j$(TEST_JOBS) ./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