From bb08df136b88a6ee8277f99aa1ff57d8a5c6566d Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Thu, 13 May 2021 12:41:09 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=88=20Remove=20stderr=20redirect?= 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 158e269..01188ef 100755 --- a/script/test +++ b/script/test @@ -7,4 +7,4 @@ # echo "==> ✅ Testing" -swift test 2>&1 +swift test