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
commit
ee53777e70
1 changed files with 3 additions and 1 deletions
  1. +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
elif test $gen = "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

Loading…
Cancel
Save