[vlc-devel] [PATCH] run_vlc.sh: Don't fail when running without a TTY

Hugo Beauzée-Luyssen hugo at beauzee.fr
Mon Aug 8 19:20:09 CEST 2016


This should help the test to pass on our buildbots
---
 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 75f85b2..ca3689b 100755
--- a/test/run_vlc.sh
+++ b/test/run_vlc.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-VLC="./vlc --ignore-config"
+VLC="./vlc --ignore-config --rc-fake-tty"
 
 $VLC -H
 $VLC -Idummy vlc://quit
-- 
2.8.1



More information about the vlc-devel mailing list