Skip to content

Commit b1b5d50

Browse files
committed
Enable command output in test script
1 parent e7febad commit b1b5d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
set -e
2+
set -ex
33

44
build() {
55
xcodebuild -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO -quiet || exit 1

0 commit comments

Comments
 (0)