Fix regressions return code.

This commit is contained in:
Garth Minette 2021-06-10 15:25:34 -07:00
parent 1670b0fa16
commit 9d9234513d

View File

@ -22,7 +22,7 @@ for testfile in "${INFILES[@]}"; do
else
echo "$repname: FAIL!"
echo "$output"
OUTCODE="$retcode"
OUTCODE=1
fi
rm -f out.echo
fi