From 19f183159e478a7fc9c1cc237ea264b5ca5068c5 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 18 Dec 2022 12:40:21 -0500 Subject: [PATCH] tests: Fail OS-X test workflow on error in the build process This sets `set -e` to ensure any errors in the test script are propagated upwards and noticed by the Github workflow. Prior to these changes failures in the build process of the tests would be ignored, and the success / failure would be determined purely by the return code of the `./problems` script. --- test/scripts/test_osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/test_osx.sh b/test/scripts/test_osx.sh index 62ca0478f..000672caa 100644 --- a/test/scripts/test_osx.sh +++ b/test/scripts/test_osx.sh @@ -1,4 +1,4 @@ -set -x +set -ex brew install gnutls brew install cmake