[vlc-commits] test: fix builds without Lua

Rémi Denis-Courmont git at videolan.org
Tue Feb 23 02:52:15 CET 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb 23 03:51:39 2016 +0200| [785725cf575c27ef048fa396607b9eb8ec344e73] | committer: Rémi Denis-Courmont

test: fix builds without Lua

Notably "make distcheck".

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

 test/run_vlc.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/run_vlc.sh b/test/run_vlc.sh
index c49969b..75f85b2 100755
--- a/test/run_vlc.sh
+++ b/test/run_vlc.sh
@@ -6,8 +6,8 @@ VLC="./vlc --ignore-config"
 
 $VLC -H
 $VLC -Idummy vlc://quit
-$VLC -vv -Irc vlc://quit
-$VLC -vv -Irc --play-and-exit vlc://nop
+$VLC -vv -Irc,oldrc vlc://quit
+$VLC -vv -Irc,oldrc --play-and-exit vlc://nop
 
 LSAN_OPTIONS=exitcode=0
 export LSAN_OPTIONS



More information about the vlc-commits mailing list