Merge pull request #1793 from libgit2/ntk/valgrind

Bring Valgrind back!
This commit is contained in:
Ben Straub 2013-08-18 18:30:48 -07:00
commit 8f81ea45ca

View File

@ -28,7 +28,7 @@ script:
# Run Tests
after_success:
- sudo apt-get -qq install valgrind
- valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline
- valgrind --leak-check=full --show-reachable=yes --suppressions=./libgit2_clar.supp _build/libgit2_clar -ionline
# Only watch the development branch
branches: