diff options
author | Michael Lumish <mlumish@google.com> | 2015-12-01 10:56:06 -0800 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2015-12-01 10:56:06 -0800 |
commit | 3e5cbee777cfd1d05f1161dfb97093878c7e48ed (patch) | |
tree | 096e3103a526416d599d04560c56c2b06ce49002 /src/objective-c | |
parent | 7127b68f033a12fc9ebdbc79113c5d8962503867 (diff) | |
parent | f762d404129bf1445741fa30338e4682eb80a282 (diff) |
Merge pull request #4223 from jcanizales/filter-protobuf-warnings
Filter Protobuf nullable warnings
Diffstat (limited to 'src/objective-c')
-rwxr-xr-x | src/objective-c/tests/run_tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh index 598f4e7fa1..c4fc5644f2 100755 --- a/src/objective-c/tests/run_tests.sh +++ b/src/objective-c/tests/run_tests.sh @@ -51,4 +51,5 @@ xcodebuild \ -scheme AllTests \ -destination name="iPhone 6" \ test \ - | egrep "$XCODEBUILD_FILTER" - + | egrep "$XCODEBUILD_FILTER" \ + | egrep -v "(GPBDictionary|GPBArray)" - |