dont try to use libtool to run valgrind

pull/325/head
Brad House 5 years ago
parent 9304f67e0b
commit 2f9d1a8317
  1. 3
      .travis.yml

@ -8,7 +8,6 @@ addons:
- lcov - lcov
- clang-tools-7 - clang-tools-7
- valgrind - valgrind
- libtool
matrix: matrix:
include: include:
@ -91,7 +90,7 @@ before_script:
fi fi
- | - |
if [ "$BUILD_TYPE" = "valgrind" ]; then if [ "$BUILD_TYPE" = "valgrind" ]; then
export TEST_WRAP='libtool --mode=execute valgrind --leak-check=full' export TEST_WRAP='valgrind --leak-check=full'
# Skip container tests as valgrind doesn't cope with clone() # Skip container tests as valgrind doesn't cope with clone()
export TEST_FILTER="--gtest_filter=-*Container*" export TEST_FILTER="--gtest_filter=-*Container*"
fi fi

Loading…
Cancel
Save