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

Hugo Beauzée-Luyssen git at videolan.org
Mon Dec 2 17:47:27 CET 2019


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Nov 28 16:29:43 2019 +0100| [97e382290b218746df2d0f45276879b905b2f646] | committer: Hugo Beauzée-Luyssen

test: run_vlc.sh: Don't override existing ASAN_OPTIONS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=97e382290b218746df2d0f45276879b905b2f646
---

 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



More information about the vlc-commits mailing list