From 425b935c2c01da740de581ae671720d32807e7a7 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Thu, 18 Nov 2021 12:11:37 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Remove=20use=20of=20xcpretty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index ff6e4d9..01188ef 100755 --- a/script/test +++ b/script/test @@ -7,4 +7,4 @@ # echo "==> ✅ Testing" -set -o pipefail && swift test 2>&1 | xcpretty +swift test