Skip to content

Commit 0b2b98c

Browse files
committed
remove quiet
1 parent 5be2efe commit 0b2b98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ else
143143
fi
144144

145145
function xcb() {
146-
echo xcodebuild -quiet "$@"
147-
xcodebuild -quiet "$@" | xcpretty
146+
echo xcodebuild "$@"
147+
xcodebuild "$@" | xcpretty
148148
}
149149

150150
# Run xcodebuild

0 commit comments

Comments
 (0)