You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/05/10 12:33:47 UTC

[mynewt-core] 06/11: Exclude failing tests

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch coverity_scan
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 3c607d75cb3eeb4f6e9412d0c6272baf8659cb48
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Tue May 1 20:21:16 2018 -0300

    Exclude failing tests
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7284b9a..dd15709 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,5 +25,5 @@ addons:
       description: "An OS to build, deploy and securely manage billions of devices"
     notification_email: utzig@apache.org
     build_command_prepend: "cov-configure --gcc"
-    build_command: "cov-build --dir cov-int mynewt-newt/newt/newt test --executeShell all"
+    build_command: "cov-build --dir cov-int mynewt-newt/newt/newt test --executeShell all -e net/ip/mn_socket,net/oic"
     branch_pattern: "coverity_scan"

-- 
To stop receiving notification emails like this one, please contact
utzig@apache.org.