diff options
author | Erich Eckner <git@eckner.net> | 2017-09-12 12:19:28 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-12 12:19:28 +0200 |
commit | 0ab0576d904570a46810965fa728736793fdd4c6 (patch) | |
tree | 17f534d30934c7e23740b738824718fcb784bc0b /perl-moosex-insideout | |
parent | 5d71978bfc0197d3cda5cee7b48124dbd34bc1fa (diff) | |
download | archlinuxewe-0ab0576d904570a46810965fa728736793fdd4c6.tar.xz |
perl-moosex-insideout: enable release tests
Diffstat (limited to 'perl-moosex-insideout')
-rw-r--r-- | perl-moosex-insideout/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-moosex-insideout/PKGBUILD b/perl-moosex-insideout/PKGBUILD index 42f25600f..6925cb3cd 100644 --- a/perl-moosex-insideout/PKGBUILD +++ b/perl-moosex-insideout/PKGBUILD @@ -36,6 +36,7 @@ build() { check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" + export RELEASE_TESTING=1 make test ) } |