gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 124/208: travis: detect and use valgrind for normal


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 124/208: travis: detect and use valgrind for normal builds
Date: Wed, 09 Aug 2017 17:35:21 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 8b78f7c23dd147cab43347ff8720411802a66c7a
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Jul 7 14:46:17 2017 +0200

    travis: detect and use valgrind for normal builds
    
    Closes #1653
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index bf9ff1785..db2206bfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,7 +81,7 @@ script:
         if [ "$BUILD_TYPE" = "normal" ]; then
              ./configure --enable-werror
              make
-             make TFLAGS=-n test-nonflaky
+             make test-nonflaky
         fi
     - |
         if [ "$BUILD_TYPE" = "cmake" ]; then

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



reply via email to

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