Skip to content

Commit

Permalink
Enable command output in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming committed Nov 7, 2019
1 parent e7febad commit b1b5d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b1b5d50

Please sign in to comment.