[vlc-commits] run_vlc.sh: Don't fail when running without a TTY
Hugo Beauzée-Luyssen
git at videolan.org
Wed Aug 24 11:11:48 CEST 2016
vlc/vlc-2.2 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Aug 8 19:18:54 2016 +0200| [db24511e60967e0208346d3f1a2288bbc3b6d7f7] | 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
(cherry picked from commit 40f53204f88eb07e508380a88783d075a9eac33b)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=db24511e60967e0208346d3f1a2288bbc3b6d7f7
---
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 38c7d10..af35987 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 -vv vlc://quit
More information about the vlc-commits
mailing list