mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 20:50:42 +01:00
travis: turn off ASAN leak sanitizer
This commit is contained in:
parent
9abbfc3032
commit
3155311ed6
@ -12,6 +12,13 @@ source /etc/lsb-release
|
||||
echo "DISTRIB_CODENAME: $DISTRIB_CODENAME"
|
||||
echo "CLANG: $CLANG"
|
||||
|
||||
# we turn off leak sanitizer at this time because it reports some
|
||||
# pretty irrelevant problems in startup code. In the longer term,
|
||||
# we should clean these up, but we also have a lot of other leak
|
||||
# tests, so this is not our priority at the moment (much more
|
||||
# important things are on the TODO list).
|
||||
export ASAN_OPTIONS=detect_leaks=0
|
||||
|
||||
if [ "$MERGE" == "YES" ]; then
|
||||
# we need to use source as we must exit on inability to merge!
|
||||
set +v
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user