[vlc-commits] test: check full help

Rémi Denis-Courmont git at videolan.org
Sat Jan 19 19:39:11 CET 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jan 19 20:38:34 2013 +0200| [33c292a17aeb3a4bdcc9c7d100da30b28d8a0a60] | committer: Rémi Denis-Courmont

test: check full help

This can often catch bugs in the plugin descriptors and modules core.

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

 test/run_vlc.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/test/run_vlc.sh b/test/run_vlc.sh
index ec1d123..38c7d10 100755
--- a/test/run_vlc.sh
+++ b/test/run_vlc.sh
@@ -4,5 +4,6 @@ set -e
 
 VLC="./vlc --ignore-config"
 
+$VLC -H
 $VLC -vv vlc://quit
 $VLC -vv --play-and-exit vlc://nop



More information about the vlc-commits mailing list