|
|
|
@@ -25,6 +25,7 @@ cmp_unit=${15:-2} |
|
|
|
gen=${16:-no} |
|
|
|
hwaccel=${17:-none} |
|
|
|
report_type=${18:-standard} |
|
|
|
keep=${19:-0} |
|
|
|
|
|
|
|
outdir="tests/data/fate" |
|
|
|
outfile="${outdir}/${test}" |
|
|
|
@@ -428,7 +429,9 @@ if test $err != 0 && test $gen != "no" ; then |
|
|
|
fi |
|
|
|
|
|
|
|
if test $err = 0; then |
|
|
|
rm -f $outfile $errfile $cmpfile $cleanfiles |
|
|
|
if test $keep = 0; then |
|
|
|
rm -f $outfile $errfile $cmpfile $cleanfiles |
|
|
|
fi |
|
|
|
elif test $gen = "no"; then |
|
|
|
echo "Test $test failed. Look at $errfile for details." |
|
|
|
test "${V:-0}" -gt 0 && cat $errfile |
|
|
|
|