testing/mbuffer: dont run test in fakeroot or in parallel

This commit is contained in:
Natanael Copa 2018-07-18 06:36:32 +00:00
parent 30547be2c7
commit 0da9ffb1a8

View File

@ -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() {