diff options
author | Erich Eckner <git@eckner.net> | 2017-09-12 12:14:38 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-12 12:14:38 +0200 |
commit | 715c22d74a01af9fdf976c9262ed08029be5fea0 (patch) | |
tree | 16c2638803967fb33ad9edba343373ad9f41ceb5 /perl-getopt-long-util | |
parent | 22cb5a009a42fe35cbfa61334612f791cecec7bb (diff) | |
download | archlinuxewe-715c22d74a01af9fdf976c9262ed08029be5fea0.tar.xz |
perl-getopt-long-util: enable release tests
Diffstat (limited to 'perl-getopt-long-util')
-rw-r--r-- | perl-getopt-long-util/PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-getopt-long-util/PKGBUILD b/perl-getopt-long-util/PKGBUILD index fe97df022..ceeafa234 100644 --- a/perl-getopt-long-util/PKGBUILD +++ b/perl-getopt-long-util/PKGBUILD @@ -47,6 +47,8 @@ build() { check() { cd "${srcdir}/${_distdir}" + export RELEASE_TESTING=1 + # If using Makefile.PL if [ -r Makefile.PL ]; then make test |