aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mbuffer
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-07-18 06:36:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-18 06:38:50 +0000
commit0da9ffb1a8a348dce07b9d91d7f85cb69262f5d2 (patch)
treebdc92d9c28f2f065ae6ca4326ff0791ed4bbe116 /testing/mbuffer
parent30547be2c767b2696beb111632634971dbbc878e (diff)
downloadaports-0da9ffb1a8a348dce07b9d91d7f85cb69262f5d2.tar.bz2
aports-0da9ffb1a8a348dce07b9d91d7f85cb69262f5d2.tar.xz
testing/mbuffer: dont run test in fakeroot or in parallel
Diffstat (limited to 'testing/mbuffer')
-rw-r--r--testing/mbuffer/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mbuffer/APKBUILD b/testing/mbuffer/APKBUILD
index b8fba08d96..003f471918 100644
--- a/testing/mbuffer/APKBUILD
+++ b/testing/mbuffer/APKBUILD
@@ -12,6 +12,7 @@ makedepends="linux-headers libressl-dev"
install=""
subpackages="$pkgname-doc"
source="http://www.maier-komor.de/software/mbuffer/mbuffer-$pkgver.tgz"
+options="!checkroot"
builddir="$srcdir"/mbuffer-$pkgver
@@ -26,7 +27,7 @@ build() {
check() {
cd "$builddir"
- make check TESTTREE="$builddir"/*
+ make -j1 check TESTTREE="$builddir"/*
}
package() {