gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 157/222: cirrus: switch off blackhole status on the freebsd CI m


From: gnunet
Subject: [gnurl] 157/222: cirrus: switch off blackhole status on the freebsd CI machines
Date: Thu, 07 Nov 2019 00:10:53 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 5584aa96f81b5808e47f62cfd1d0f726f49ec2fa
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Oct 9 09:20:29 2019 +0200

    cirrus: switch off blackhole status on the freebsd CI machines
---
 .cirrus.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 2eeb4b1ff..dc7e2299a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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 {} \;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]