mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/mbuffer: dont run test in fakeroot or in parallel
This commit is contained in:
parent
30547be2c7
commit
0da9ffb1a8
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user