diff --git a/dev/testit b/dev/testit index bed50e6..6ac4b39 100755 --- a/dev/testit +++ b/dev/testit @@ -103,9 +103,11 @@ test(){ echo "=== start of test ===" echo "${oname}" "$@" + ret=$? echo echo echo "=== end of test ===" + return ret } if check_compilers; then