Skip to content
Snippets Groups Projects
Commit 3e5cbee7 authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #4223 from jcanizales/filter-protobuf-warnings

Filter Protobuf nullable warnings
parents 7127b68f f762d404
No related branches found
No related tags found
No related merge requests found
...@@ -51,4 +51,5 @@ xcodebuild \ ...@@ -51,4 +51,5 @@ xcodebuild \
-scheme AllTests \ -scheme AllTests \
-destination name="iPhone 6" \ -destination name="iPhone 6" \
test \ test \
| egrep "$XCODEBUILD_FILTER" - | egrep "$XCODEBUILD_FILTER" \
| egrep -v "(GPBDictionary|GPBArray)" -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment