1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

cirrus: make freebsd ignore the tests instead of skipping

To allow us to see in the CI logs how they actually behave

Closes #5091
This commit is contained in:
Daniel Stenberg 2020-03-20 23:59:13 +01:00
parent e3d1700cce
commit 3d1fcf6cd8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -48,9 +48,9 @@ task:
- SKIP_TESTS='' - SKIP_TESTS=''
- uname -r - uname -r
- case `uname -r` in - case `uname -r` in
13.0*) SKIP_TESTS='!1242 !1243 !2002 !2003';; 13.0*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';;
12.1*) SKIP_TESTS='!1242 !1243 !2002 !2003';; 12.1*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';;
11.3*) SKIP_TESTS='!504 !1242 !1243 !2002 !2003';; 11.3*) SKIP_TESTS='~504 ~1242 ~1243 ~2002 ~2003';;
esac esac
- sudo -u nobody make V=1 TFLAGS="-n -a -p !flaky ${SKIP_TESTS}" test-nonflaky - sudo -u nobody make V=1 TFLAGS="-n -a -p !flaky ${SKIP_TESTS}" test-nonflaky
install_script: install_script: