]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added --leak-check=full to valgrind options.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 29 Jan 2012 15:15:25 +0000 (16:15 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 29 Jan 2012 15:15:25 +0000 (16:15 +0100)
gl/override/m4/valgrind-tests.m4.diff

index d94b157b8f129b1ce8b29ccebfc9bc6addd83974..1393d5d0454f5b33f73081e55b410d710d0f0a10 100644 (file)
@@ -5,7 +5,7 @@
    fi
  
 -  OPTS="-q --error-exitcode=1 --leak-check=full"
-+  OPTS="-q --error-exitcode=1 --suppressions=suppressions.valgrind"
++  OPTS="-q --error-exitcode=1 --leak-check=full --suppressions=suppressions.valgrind"
  
    if test -n "$VALGRIND" \
       && $VALGRIND $OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then