diff options
author | Muxi Yan <mxyan@google.com> | 2017-03-21 15:26:53 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-03-21 15:26:53 -0700 |
commit | b05fc32f84f98ceb6ecb0acaccc7bc84a7395e5e (patch) | |
tree | 16ad16b64d83bd16470ffe9b21f12a636a37b618 /src/objective-c/tests | |
parent | b18d54f19199d7df58b4d60995d9b922b80aa3fc (diff) |
xcpretty for examples too
Diffstat (limited to 'src/objective-c/tests')
-rwxr-xr-x | src/objective-c/tests/build_one_example.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/objective-c/tests/build_one_example.sh b/src/objective-c/tests/build_one_example.sh index 9fef6582a3..bb55ca4ee1 100755 --- a/src/objective-c/tests/build_one_example.sh +++ b/src/objective-c/tests/build_one_example.sh @@ -57,6 +57,4 @@ xcodebuild \ build \ -workspace *.xcworkspace \ -scheme $SCHEME \ - -destination name="iPhone 6" \ - | egrep "$XCODEBUILD_FILTER" \ - | egrep -v "(GPBDictionary|GPBArray)" - + -destination name="iPhone 6" | xcpretty |