mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05: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:
parent
e3d1700cce
commit
3d1fcf6cd8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user