mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:17:28 +03:00
cirrus: switch off blackhole status on the freebsd CI machines
This commit is contained in:
parent
b59f0626b5
commit
5584aa96f8
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ task:
|
|||
compile_script:
|
||||
- make V=1
|
||||
test_script:
|
||||
# blackhole?
|
||||
- sysctl net.inet.tcp.blackhole
|
||||
# make sure we don't run blackhole != 0
|
||||
- sudo sysctl net.inet.tcp.blackhole=0
|
||||
# Some tests won't run if run as root so run them as another user.
|
||||
# Make directories world writable so the test step can write wherever it needs.
|
||||
- find . -type d -exec chmod 777 {} \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue