Skip to content

Commit b5e47d9

Browse files
committed
Add verbose log to xcode
1 parent 1fc2392 commit b5e47d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tests-ios.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "End of build-ios.sh"
1515
lipo -info /Users/runner/work/cpp_client_telemetry/cpp_client_telemetry/out/lib/libmat.a
1616

1717
cd tests/unittests
18-
xcodebuild test -scheme iOSUnitTests -destination "platform=iOS Simulator,name=$SIMULATOR"
18+
xcodebuild test -scheme iOSUnitTests -destination "platform=iOS Simulator,name=$SIMULATOR" -quiet NO
1919

2020
cd ../functests
21-
xcodebuild test -scheme iOSFuncTests -destination "platform=iOS Simulator,name=$SIMULATOR"
21+
xcodebuild test -scheme iOSFuncTests -destination "platform=iOS Simulator,name=$SIMULATOR" -quiet NO

0 commit comments

Comments
 (0)