[vlc-devel] [PATCH] test: run_vlc.sh: Don't override existing ASAN_OPTIONS

Hugo Beauzée-Luyssen hugo at beauzee.fr
Fri Nov 29 16:37:31 CET 2019


---
 test/run_vlc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run_vlc.sh b/test/run_vlc.sh
index 5a784460bd..6edf4333c8 100755
--- a/test/run_vlc.sh
+++ b/test/run_vlc.sh
@@ -9,7 +9,7 @@ $VLC -Idummy vlc://quit
 $VLC -vv -Irc,oldrc vlc://quit
 $VLC -vv -Irc,oldrc --play-and-exit vlc://nop
 
-ASAN_OPTIONS="detect_leaks=0"
+ASAN_OPTIONS="$ASAN_OPTIONS,detect_leaks=0"
 export ASAN_OPTIONS
 
 $VLC --play-and-exit vlc://nop
-- 
2.20.1



More information about the vlc-devel mailing list