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

Hugo Beauzée-Luyssen git at videolan.org
Tue Aug 9 21:00:02 CEST 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Aug  8 19:18:54 2016 +0200| [40f53204f88eb07e508380a88783d075a9eac33b] | committer: Hugo Beauzée-Luyssen

run_vlc.sh: Don't fail when running without a TTY

This should help the test to pass on our buildbots

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

 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



More information about the vlc-commits mailing list