[packages/git-core] - avoid installing FromCPAN modules during tests

qboosh qboosh at pld-linux.org
Sat Jun 9 09:49:56 CEST 2018


commit 017b037c4786af26d63c62598dc67661ddc991ec
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jun 9 09:51:04 2018 +0200

    - avoid installing FromCPAN modules during tests

 git-core.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/git-core.spec b/git-core.spec
index b92f2d5..6467a91 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -486,7 +486,8 @@ GIT_SKIP_TESTS=t5570
 GIT_SKIP_TESTS="$GIT_SKIP_TESTS t91??"
 %endif
 export GIT_SKIP_TESTS
-%{__make} test
+%{__make} test \
+	NO_PERL_CPAN_FALLBACKS=1
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/017b037c4786af26d63c62598dc67661ddc991ec



More information about the pld-cvs-commit mailing list