We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc2392 commit b5e47d9Copy full SHA for b5e47d9
build-tests-ios.sh
@@ -15,7 +15,7 @@ echo "End of build-ios.sh"
15
lipo -info /Users/runner/work/cpp_client_telemetry/cpp_client_telemetry/out/lib/libmat.a
16
17
cd tests/unittests
18
-xcodebuild test -scheme iOSUnitTests -destination "platform=iOS Simulator,name=$SIMULATOR"
+xcodebuild test -scheme iOSUnitTests -destination "platform=iOS Simulator,name=$SIMULATOR" -quiet NO
19
20
cd ../functests
21
-xcodebuild test -scheme iOSFuncTests -destination "platform=iOS Simulator,name=$SIMULATOR"
+xcodebuild test -scheme iOSFuncTests -destination "platform=iOS Simulator,name=$SIMULATOR" -quiet NO
0 commit comments