From: Karel Zak Date: Mon, 16 Dec 2019 13:29:33 +0000 (+0100) Subject: travis: fix sudo command line X-Git-Tag: v2.35-rc2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cb82714ceccad62074f00357e7ec09c1eb0501c;p=thirdparty%2Futil-linux.git travis: fix sudo command line Signed-off-by: Karel Zak --- diff --git a/.travis-functions.sh b/.travis-functions.sh index 617740212a..992905a163 100755 --- a/.travis-functions.sh +++ b/.travis-functions.sh @@ -106,7 +106,7 @@ function check_root osx_prepare_check # TESTS_* overwrites default from tests/Makemodule.am - sudo -E $MAKE check "TESTS_PARALLEL=''" TESTS_OPTIONS="$make_opts" || return + sudo -E $MAKE check TESTS_PARALLEL="" TESTS_OPTIONS="$make_opts" || return # root on osx has not enough permission for make install ;) [ "$TRAVIS_OS_NAME" = "osx" ] && return