Skip to content

Commit fa7d36b

Browse files
author
MarcoFalke
committed
test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsan
1 parent fa36d4e commit fa7d36b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis/test_04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
88

99
travis_retry docker pull "$DOCKER_NAME_TAG"
1010
export TSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/test/sanitizer_suppressions/tsan"
11-
export UBSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/contrib/sanitizers-ubsan.suppressions:print_stacktrace=1:halt_on_error=1"
11+
export UBSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1"
1212
env | grep -E '^(CCACHE_|WINEDEBUG|LC_ALL|BOOST_TEST_RANDOM|CONFIG_SHELL|(TSAN|UBSAN)_OPTIONS)' | tee /tmp/env
1313
if [[ $HOST = *-mingw32 ]]; then
1414
DOCKER_ADMIN="--cap-add SYS_ADMIN"

0 commit comments

Comments
 (0)