gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 69/264: cirrus: make freebsd ignore the tests instead of skippin


From: gnunet
Subject: [gnurl] 69/264: cirrus: make freebsd ignore the tests instead of skipping
Date: Thu, 30 Apr 2020 16:06:12 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit 3d1fcf6cd8f9044e55288dbd6754589faeb933fc
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Mar 20 23:59:13 2020 +0100

    cirrus: make freebsd ignore the tests instead of skipping
    
    To allow us to see in the CI logs how they actually behave
    
    Closes #5091
---
 .cirrus.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

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



reply via email to

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