fix return value of test

This commit is contained in:
kevinnls
2022-01-25 10:51:25 +01:00
parent 00c95e1b53
commit a2ecc4c48e

View File

@@ -103,9 +103,11 @@ test(){
echo "=== start of test ==="
echo
"${oname}" "$@"
ret=$?
echo
echo
echo "=== end of test ==="
return ret
}
if check_compilers; then