Skip to content

Commit

Permalink
Fix test failure detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed May 15, 2012
1 parent 680622a commit b750826
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/run_vlc.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b750826

Please sign in to comment.