Skip to content

Commit

Permalink
travis has too old valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed May 12, 2017
1 parent 6c535f9 commit fc33ebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/compression-memcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ if which valgrind &> /dev/null ; then

trap "rm -f $OUTPUT $MEMCHECK_OUT" EXIT

valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --track-origins=yes \
# TODO add --show-leak-kinds=all when travis gets newer valgrind
valgrind --tool=memcheck --leak-check=full --track-origins=yes \
$PIXZ $INPUT $OUTPUT \
2> $MEMCHECK_OUT

Expand Down
3 changes: 2 additions & 1 deletion test/decompression-memcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ if which valgrind &> /dev/null ; then

$PIXZ $INPUT $OUTPUT

valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --track-origins=yes \
# TODO add --show-leak-kinds=all when travis gets newer valgrind
valgrind --tool=memcheck --leak-check=full --track-origins=yes \
$PIXZ -d $OUTPUT $UNCOMPRESSED \
2> $MEMCHECK_OUT

Expand Down

0 comments on commit fc33ebc

Please sign in to comment.