mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
tests/fate-run.sh: Cat .err file in case of error with V>0
This may make fate failures where only the console output is available easier to analyze Suggested-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9f0ba52f34
commit
00d3bb1a07
@ -248,6 +248,7 @@ if test $err = 0; then
|
|||||||
rm -f $outfile $errfile $cmpfile $cleanfiles
|
rm -f $outfile $errfile $cmpfile $cleanfiles
|
||||||
elif test $gen = "no"; then
|
elif test $gen = "no"; then
|
||||||
echo "Test $test failed. Look at $errfile for details."
|
echo "Test $test failed. Look at $errfile for details."
|
||||||
|
test "${V:-0}" -gt 0 && cat $errfile
|
||||||
else
|
else
|
||||||
echo "Updating reference failed, possibly no output file was generated."
|
echo "Updating reference failed, possibly no output file was generated."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user