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