[vlc-commits] test: add dummy and rc tests, work-around Qt leaks

Rémi Denis-Courmont git at videolan.org
Wed Feb 10 21:48:58 CET 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb 10 22:48:34 2016 +0200| [0f8cd63dc23c830c87a7179cde9d8ffdbb947dee] | committer: Rémi Denis-Courmont

test: add dummy and rc tests, work-around Qt leaks

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

 test/run_vlc.sh |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/test/run_vlc.sh b/test/run_vlc.sh
index 38c7d10..c49969b 100755
--- a/test/run_vlc.sh
+++ b/test/run_vlc.sh
@@ -5,5 +5,11 @@ set -e
 VLC="./vlc --ignore-config"
 
 $VLC -H
-$VLC -vv vlc://quit
-$VLC -vv --play-and-exit vlc://nop
+$VLC -Idummy vlc://quit
+$VLC -vv -Irc vlc://quit
+$VLC -vv -Irc --play-and-exit vlc://nop
+
+LSAN_OPTIONS=exitcode=0
+export LSAN_OPTIONS
+
+$VLC --play-and-exit vlc://nop



More information about the vlc-commits mailing list