aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-05-06 10:51:31 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-06 10:51:38 +0200
commit64e625e4df8b6434a469172236705b3b4c8093a2 (patch)
treec74c9cff2d72c3ef85bc1dc97e2293374ddea1f6
parent54f843b79a4e74f6476b47a581135d15771aec71 (diff)
downloadperl-URPM-64e625e4df8b6434a469172236705b3b4c8093a2.tar
perl-URPM-64e625e4df8b6434a469172236705b3b4c8093a2.tar.gz
perl-URPM-64e625e4df8b6434a469172236705b3b4c8093a2.tar.bz2
perl-URPM-64e625e4df8b6434a469172236705b3b4c8093a2.tar.xz
perl-URPM-64e625e4df8b6434a469172236705b3b4c8093a2.zip
Do not run Kwalitee test by default
-rw-r--r--t/03kwality.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/03kwality.t b/t/03kwality.t
index 1d84d62..a45a163 100644
--- a/t/03kwality.t
+++ b/t/03kwality.t
@@ -1,6 +1,8 @@
#!/usr/bin/perl
use Test::More;
+plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
+
eval { require Test::Kwalitee; Test::Kwalitee->import() };
plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;