diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-11-25 21:23:30 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-11-26 22:20:46 +0100 |
commit | ebd3bf25909cb20dc1224872be3017397579ff0f (patch) | |
tree | adaa976202dae9d3e233d79914f7b9c02937d31f /.travis | |
parent | a4eaaa6ac53606a1533b56050af77961d8c27dc7 (diff) |
Make test p2p_invalid_messages.py pass: Allow for expected Travis ASAN memory increase
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/test_04_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/test_04_install.sh b/.travis/test_04_install.sh index 75de71c583..94d9ccb32d 100755 --- a/.travis/test_04_install.sh +++ b/.travis/test_04_install.sh @@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8 travis_retry docker pull "$DOCKER_NAME_TAG" export TSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/test/sanitizer_suppressions/tsan" export UBSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1" -env | grep -E '^(CCACHE_|WINEDEBUG|LC_ALL|BOOST_TEST_RANDOM|CONFIG_SHELL|(TSAN|UBSAN)_OPTIONS)' | tee /tmp/env +env | grep -E '^(BITCOIN_CONFIG|CCACHE_|WINEDEBUG|LC_ALL|BOOST_TEST_RANDOM|CONFIG_SHELL|(TSAN|UBSAN)_OPTIONS)' | tee /tmp/env if [[ $HOST = *-mingw32 ]]; then DOCKER_ADMIN="--cap-add SYS_ADMIN" fi |