From b1b5d501030acec49492cc7cd1ce2561f4972325 Mon Sep 17 00:00:00 2001 From: Kyle Fleming Date: Thu, 7 Nov 2019 11:00:58 +0900 Subject: [PATCH] Enable command output in test script --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index 4aa46dc..99e6466 100644 --- a/test/test.sh +++ b/test/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -set -e +set -ex build() { xcodebuild -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO -quiet || exit 1