Merge pull request #573 from revarbat/revarbat_dev

Fix regressions return code.
This commit is contained in:
Revar Desmera 2021-06-10 15:29:36 -07:00 committed by GitHub
commit 0a41da2615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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