From bb6b1ebf8819f733eccb6d9d3b11a0533bd29c99 Mon Sep 17 00:00:00 2001
From: Dariusz Rybicki <dariusz@elixxir.io>
Date: Fri, 23 Sep 2022 16:59:46 +0200
Subject: [PATCH] Update run-tests script

---
 run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-tests.sh b/run-tests.sh
index cb1b500..e5b9396 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"
-  set -o pipefail && swift test 2>&1 | ./xcbeautify
+  swift test 2>&1 | ./xcbeautify
 
 elif [ "$1" = "ios" ]; then
 
-- 
GitLab