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: Print correct error message for reference generation too
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer
13 years ago
parent
6c8aa2035d
commit
ee53777e70
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
tests/fate-run.sh
+ 3
- 1
tests/fate-run.sh
View File
@@ -206,7 +206,9 @@ fi
if test $err = 0; then
rm -f $outfile $errfile $cmpfile $cleanfiles
else
el
if te
s
t $g
e
n = "no"; then
echo "Test $test failed. Look at $errfile for details."
else
echo "Updating reference failed, possibly no output file was generated."
fi
exit $err
Write
Preview
Loading…
Cancel
Save