aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-06-03 22:42:28 +0200
committerDanielGavin <danielgavin5@hotmail.com>2024-06-03 22:42:28 +0200
commitfa36f11bff8443cd4d51e3a53f99766dcd9b5c05 (patch)
tree4d5966da394eef2636244689db57c036dc0ed071
parentb3ed829bd3623748a34b9031e27e8c693a226232 (diff)
Fix issue with formatter tests not giving exit 1
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 0041c6f..f06cae9 100755
--- a/build.sh
+++ b/build.sh
@@ -24,8 +24,7 @@ then
if ([ $? -ne 0 ])
then
echo "Odinfmt tests failed"
- #darwin bug in snapshot
- #exit 1
+ exit 1
fi
fi
if [[ $1 == "CI_NO_TESTS" ]]