diff options
author | Erich Eckner <git@eckner.net> | 2017-09-12 12:19:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-12 12:19:47 +0200 |
commit | 6bb8a5d5d108da2bf45124ca013cf4509a443a9e (patch) | |
tree | 152c925b3aa7995838561f0417b81121d7aeb401 /perl-moosex-markasmethods/PKGBUILD | |
parent | 0ab0576d904570a46810965fa728736793fdd4c6 (diff) | |
download | archlinuxewe-6bb8a5d5d108da2bf45124ca013cf4509a443a9e.tar.xz |
perl-moosex-markasmethods: enable release tests
Diffstat (limited to 'perl-moosex-markasmethods/PKGBUILD')
-rw-r--r-- | perl-moosex-markasmethods/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-moosex-markasmethods/PKGBUILD b/perl-moosex-markasmethods/PKGBUILD index cab01f4d1..e12fb6a07 100644 --- a/perl-moosex-markasmethods/PKGBUILD +++ b/perl-moosex-markasmethods/PKGBUILD @@ -47,6 +47,7 @@ check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" export AUTHOR_TESTING=1 + export RELEASE_TESTING=1 make test ) } |