[vlc-devel] [vlc-commits] test: add dummy and rc tests, work-around Qt leaks
Rafaël Carré
funman at videolan.org
Fri Feb 19 15:59:02 CET 2016
Hi,
On 02/10/2016 09:48 PM, Rémi Denis-Courmont wrote:
> 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
This breaks distcheck, which uses --disable-lua.
-Ioldrc should work though
More information about the vlc-devel
mailing list