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 "=== start of test ==="
echo echo
"${oname}" "$@" "${oname}" "$@"
ret=$?
echo echo
echo echo
echo "=== end of test ===" echo "=== end of test ==="
return ret
} }
if check_compilers; then if check_compilers; then