summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-20 23:59:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-20 23:59:13 +0100
commit9b24a550cce68749e835432cb43052593a541290 (patch)
treef87bacec49e72896571c709a3e28e713ec9ef5c8
parentcce170a6e046b4e5a312be8091fb64d97ffdaeb4 (diff)
downloadcurl-bagder/freebsd-13.tar.gz
cirrus: make freebsd ignore the tests instead of skippingbagder/freebsd-13
To allow us to see in the CI logs how they actually behave
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7f9a0d1ec..d458be3e7 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: