]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cirrus: make freebsd ignore the tests instead of skipping
authorDaniel Stenberg <daniel@haxx.se>
Fri, 20 Mar 2020 22:59:13 +0000 (23:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Mar 2020 08:21:22 +0000 (09:21 +0100)
To allow us to see in the CI logs how they actually behave

Closes #5091

.cirrus.yml

index 7f9a0d1ec0dd3ba541c10cc44ac4efd1562fc213..d458be3e7ea4104c6f0ce7e924ce2819af151419 100644 (file)
@@ -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: