From 0da9ffb1a8a348dce07b9d91d7f85cb69262f5d2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 18 Jul 2018 06:36:32 +0000 Subject: testing/mbuffer: dont run test in fakeroot or in parallel --- testing/mbuffer/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing') 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() { -- cgit v1.2.3