This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fate: fail with a sensible error message if reference file is missing
Originally committed as revision 24152 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård
15 years ago
parent
34ae2d90e0
commit
150ef830f5
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
tests/fate-run.sh
+ 5
- 0
tests/fate-run.sh
View File
@@ -24,6 +24,11 @@ oneoff(){
fi
}
if ! test -e "$ref"; then
echo "reference file '$ref' not found"
exit 1
fi
mkdir -p "$outdir"
eval $target_exec $command > "$outfile" 2>/dev/null || exit
Write
Preview
Loading…
Cancel
Save