diff options
| author | Philip Kelley <phkelley@hotmail.com> | 2013-01-25 23:35:04 -0500 |
|---|---|---|
| committer | Philip Kelley <phkelley@hotmail.com> | 2013-01-25 23:39:18 -0500 |
| commit | f42beff7e2e74da066eb91dac869c6f2e616f9e3 (patch) | |
| tree | 855f75d95ad311b07eb08a1ea5538a19101cc2e4 | |
| parent | 4adb4815bf4be623f765b593e3a3d50ab9710aab (diff) | |
| download | libgit2-f42beff7e2e74da066eb91dac869c6f2e616f9e3.tar.gz | |
Expand valgrind suppressions even more for libssl, libcrypto
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | libgit2_clar.supp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f0fd51cd1..490f1462a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: # Run Tests 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 branches: diff --git a/libgit2_clar.supp b/libgit2_clar.supp index 8942fec7f..5d20928af 100644 --- a/libgit2_clar.supp +++ b/libgit2_clar.supp @@ -24,7 +24,6 @@ ... obj:*libssl.so* ... - fun:ssl_setup } { @@ -33,7 +32,6 @@ ... obj:*libcrypto.so* ... - fun:ssl_setup } { |
