[FFmpeg-cvslog] r24147 - trunk/tests/fate-run.sh

mru subversion
Sat Jul 10 01:26:33 CEST 2010


Author: mru
Date: Sat Jul 10 01:26:33 2010
New Revision: 24147

Log:
fate: exit with error immediately if test command fails

Modified:
   trunk/tests/fate-run.sh

Modified: trunk/tests/fate-run.sh
==============================================================================
--- trunk/tests/fate-run.sh	Fri Jul  9 21:27:07 2010	(r24146)
+++ trunk/tests/fate-run.sh	Sat Jul 10 01:26:33 2010	(r24147)
@@ -26,7 +26,7 @@ oneoff(){
 
 mkdir -p "$outdir"
 
-eval $target_exec $command > "$outfile" 2>/dev/null
+eval $target_exec $command > "$outfile" 2>/dev/null || exit
 
 case $cmp in
     diff)   diff -u -w "$ref" "$outfile"            ;;



More information about the ffmpeg-cvslog mailing list