From f909d78c26d32cf76b90558bbd6d87ce371fbb71 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Fri, 23 Sep 2022 17:00:40 +0200 Subject: [PATCH] Revert "Update run-tests script" This reverts commit bb6b1ebf8819f733eccb6d9d3b11a0533bd29c99. --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index e5b9396..cb1b500 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -4,7 +4,7 @@ set -e if [ "$1" = "macos" ]; then echo "\n\033[1;32m▶ Running package tests on macOS...\033[0m" - swift test 2>&1 | ./xcbeautify + set -o pipefail && swift test 2>&1 | ./xcbeautify elif [ "$1" = "ios" ]; then -- GitLab