From a2ecc4c48e8b85c6ac6f785299b1b7ce06163889 Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:51:25 +0100 Subject: [PATCH] fix return value of test --- dev/testit | 2 ++ 1 file changed, 2 insertions(+) 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