]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- avoid installing FromCPAN modules during tests
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Jun 2018 07:51:04 +0000 (09:51 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Jun 2018 07:51:04 +0000 (09:51 +0200)
git-core.spec

index b92f2d570d950521ff71873e6fe991dbc489165c..6467a916a2e47fff4a51937cde1e2c414f55e310 100644 (file)
@@ -486,7 +486,8 @@ GIT_SKIP_TESTS=t5570
 GIT_SKIP_TESTS="$GIT_SKIP_TESTS t91??"
 %endif
 export GIT_SKIP_TESTS
 GIT_SKIP_TESTS="$GIT_SKIP_TESTS t91??"
 %endif
 export GIT_SKIP_TESTS
-%{__make} test
+%{__make} test \
+       NO_PERL_CPAN_FALLBACKS=1
 %endif
 
 %install
 %endif
 
 %install
This page took 0.107629 seconds and 4 git commands to generate.