From: Daniel Stenberg Date: Fri, 20 Mar 2020 22:59:13 +0000 (+0100) Subject: cirrus: make freebsd ignore the tests instead of skipping X-Git-Tag: curl-7_70_0~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d1fcf6cd8f9044e55288dbd6754589faeb933fc;p=thirdparty%2Fcurl.git cirrus: make freebsd ignore the tests instead of skipping To allow us to see in the CI logs how they actually behave Closes #5091 --- diff --git a/.cirrus.yml b/.cirrus.yml index 7f9a0d1ec0..d458be3e7e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -48,9 +48,9 @@ task: - SKIP_TESTS='' - uname -r - case `uname -r` in - 13.0*) SKIP_TESTS='!1242 !1243 !2002 !2003';; - 12.1*) SKIP_TESTS='!1242 !1243 !2002 !2003';; - 11.3*) SKIP_TESTS='!504 !1242 !1243 !2002 !2003';; + 13.0*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';; + 12.1*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';; + 11.3*) SKIP_TESTS='~504 ~1242 ~1243 ~2002 ~2003';; esac - sudo -u nobody make V=1 TFLAGS="-n -a -p !flaky ${SKIP_TESTS}" test-nonflaky install_script: