Expand valgrind suppressions even more for libssl, libcrypto

This commit is contained in:
Philip Kelley 2013-01-25 23:35:04 -05:00
parent 4adb4815bf
commit f42beff7e2
2 changed files with 1 additions and 3 deletions

View File

@ -33,7 +33,7 @@ script:
# Run Tests # Run Tests
after_success: after_success:
- valgrind --num-callers=30 --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline - valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline
# Only watch the development branch # Only watch the development branch
branches: branches:

View File

@ -24,7 +24,6 @@
... ...
obj:*libssl.so* obj:*libssl.so*
... ...
fun:ssl_setup
} }
{ {
@ -33,7 +32,6 @@
... ...
obj:*libcrypto.so* obj:*libcrypto.so*
... ...
fun:ssl_setup
} }
{ {