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

Rafaël Carré funman at videolan.org
Mon Feb 22 20:58:40 CET 2016


On 02/22/2016 08:23 PM, Rémi Denis-Courmont wrote:
> Le 2016-02-19 16:59, Rafaël Carré a écrit :
>> 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
> 
> I'd rather test the RC that actually gets used though.
> 
> Maybe -Irc,oldrc

That and remove --disable-lua so (lua) rc gets built by distcheck


More information about the vlc-devel mailing list