[vlc-commits] Fix test failure detection

Rémi Denis-Courmont git at videolan.org
Tue May 15 17:49:12 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue May 15 18:49:00 2012 +0300| [b750826cca896b78c81a0d66cd1f6b2cae3960c5] | committer: Rémi Denis-Courmont

Fix test failure detection

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

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

diff --git a/test/run_vlc.sh b/test/run_vlc.sh
index df249ba..ec1d123 100755
--- a/test/run_vlc.sh
+++ b/test/run_vlc.sh
@@ -1,6 +1,8 @@
 #! /bin/sh
 
-VLC="./vlc --ignore-config --no-one-instance-when-started-from-file"
+set -e
+
+VLC="./vlc --ignore-config"
 
 $VLC -vv vlc://quit
 $VLC -vv --play-and-exit vlc://nop



More information about the vlc-commits mailing list