mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 08:17:47 +02:00
Fix regressions return code.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user