mirror of
https://github.com/kevinnlsamuel/stdouterr.git
synced 2025-12-06 09:55:58 +05:30
fix return value of test
This commit is contained in:
@@ -103,9 +103,11 @@ test(){
|
||||
echo "=== start of test ==="
|
||||
echo
|
||||
"${oname}" "$@"
|
||||
ret=$?
|
||||
echo
|
||||
echo
|
||||
echo "=== end of test ==="
|
||||
return ret
|
||||
}
|
||||
|
||||
if check_compilers; then
|
||||
|
||||
Reference in New Issue
Block a user