summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormattsday2020-10-06 18:14:10 +0100
committermattsday2020-10-06 18:14:10 +0100
commit6a95be8032acc646df8ee8759177dd92c7be7bba (patch)
tree4b7e26d93820a148d0b70822f2c30ebc7086dfae
parent9eb2df0e7f7fb582c217db65b0de8864f3b62f6c (diff)
downloadaur-6a95be8032acc646df8ee8759177dd92c7be7bba.tar.gz
Custom test server port number to improve test success
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef31b527ed3..c1eab2dba007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mod_perl
pkgdesc = Apache module that embeds the Perl interpreter within the server
pkgver = 2.0.11
- pkgrel = 3
+ pkgrel = 4
url = http://perl.apache.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b2c1a9d1ba2d..94cb5f485619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mod_perl
pkgver=2.0.11
-pkgrel=3
+pkgrel=4
pkgdesc='Apache module that embeds the Perl interpreter within the server'
arch=(i686 x86_64 armv6h armv7h)
url='http://perl.apache.org/'
@@ -35,7 +35,7 @@ build() {
check() {
cd mod_perl-$pkgver
# Workaround test bug as per https://rt.cpan.org/Public/Bug/Display.html?id=118919
- APACHE_TEST_PRETEND_NO_LWP=1 make test
+ APACHE_TEST_PORT=48251 APACHE_TEST_PRETEND_NO_LWP=1 make test
}
package() {