summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorRuediger Meier2018-03-07 20:12:02 +0100
committerRuediger Meier2018-03-07 20:49:25 +0100
commit5917d17f0de803948f5be44e78fa6228013fb7ad (patch)
tree25194a05d49f68e2114c542227fe11a870142a46 /.travis-functions.sh
parenttests: dont't timeout flock (diff)
downloadkernel-qcow2-util-linux-5917d17f0de803948f5be44e78fa6228013fb7ad.tar.gz
kernel-qcow2-util-linux-5917d17f0de803948f5be44e78fa6228013fb7ad.tar.xz
kernel-qcow2-util-linux-5917d17f0de803948f5be44e78fa6228013fb7ad.zip
travis: use parallel root checks
Also improve CPU count detection for tests. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index d92927e77..1bf55662f 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -68,7 +68,7 @@ function check_nonroot
function check_root
{
- local opts="$MAKE_CHECK_OPTS --parallel=1 --show-diff"
+ local opts="$MAKE_CHECK_OPTS --show-diff"
xconfigure \
--enable-all-programs \