Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kelley <phkelley@hotmail.com>2013-01-26 08:35:04 +0400
committerPhilip Kelley <phkelley@hotmail.com>2013-01-26 08:39:18 +0400
commitf42beff7e2e74da066eb91dac869c6f2e616f9e3 (patch)
tree855f75d95ad311b07eb08a1ea5538a19101cc2e4
parent4adb4815bf4be623f765b593e3a3d50ab9710aab (diff)
Expand valgrind suppressions even more for libssl, libcrypto
-rw-r--r--.travis.yml2
-rw-r--r--libgit2_clar.supp2
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
}
{