Pārlūkot izejas kodu

Filter Protobuf nullable warnings

Jorge Canizales 9 gadi atpakaļ
vecāks
revīzija
f762d40412
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      src/objective-c/tests/run_tests.sh

+ 2 - 1
src/objective-c/tests/run_tests.sh

@@ -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)" -