]> granicus.if.org Git - curl/commitdiff
cirrus: switch off blackhole status on the freebsd CI machines
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Oct 2019 07:20:29 +0000 (09:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Oct 2019 12:16:28 +0000 (14:16 +0200)
.cirrus.yml

index 2eeb4b1ff8e5927c6b707887f2db5d9e80de8836..dc7e2299a2c5ac7bf73bfd0990fe7cfaf3111d12 100644 (file)
@@ -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 {} \;