1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/test/run_vlc.sh
Hugo Beauzée-Luyssen 40f53204f8 run_vlc.sh: Don't fail when running without a TTY
This should help the test to pass on our buildbots
2016-08-09 20:59:14 +02:00

16 lines
249 B
Bash
Executable File

#! /bin/sh
set -e
VLC="./vlc --ignore-config --rc-fake-tty"
$VLC -H
$VLC -Idummy vlc://quit
$VLC -vv -Irc,oldrc vlc://quit
$VLC -vv -Irc,oldrc --play-and-exit vlc://nop
LSAN_OPTIONS=exitcode=0
export LSAN_OPTIONS
$VLC --play-and-exit vlc://nop