Use xcpretty to provide better test information

pull/10244/head
Muxi Yan 8 years ago
parent 62d1dd920e
commit b18d54f191
  1. 8
      src/objective-c/tests/run_tests.sh

@ -58,14 +58,10 @@ xcodebuild \
-workspace Tests.xcworkspace \ -workspace Tests.xcworkspace \
-scheme AllTests \ -scheme AllTests \
-destination name="iPhone 6" \ -destination name="iPhone 6" \
test \ test | xcpretty
| egrep "$XCODEBUILD_FILTER" \
| egrep -v "(GPBDictionary|GPBArray)" -
xcodebuild \ xcodebuild \
-workspace Tests.xcworkspace \ -workspace Tests.xcworkspace \
-scheme InteropTestsRemoteWithCronet \ -scheme InteropTestsRemoteWithCronet \
-destination name="iPhone 6" \ -destination name="iPhone 6" \
test \ test | xcpretty
| egrep "$XCODEBUILD_FILTER" \
| egrep -v "(GPBDictionary|GPBArray)" -

Loading…
Cancel
Save