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
- clang-tools-7
- valgrind
- libtool
matrix:
include:
@ -91,7 +90,7 @@ before_script:
fi
- |
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()
export TEST_FILTER="--gtest_filter=-*Container*"
fi

Loading…
Cancel
Save