aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-19 08:09:12 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-19 08:09:12 -0800
commit3f57e3451bf4a3687e70e92fc218ea25ff7a17c9 (patch)
tree299772e004292b24898d75f3bf49c7f2399c6606 /src/objective-c
parentd79b3fe3207f7bd064d584c6e15517680749e2d5 (diff)
Try earlier APIv2Tests
Diffstat (limited to 'src/objective-c')
-rwxr-xr-xsrc/objective-c/tests/run_tests.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh
index f075d9baad..aab80ded61 100755
--- a/src/objective-c/tests/run_tests.sh
+++ b/src/objective-c/tests/run_tests.sh
@@ -176,7 +176,7 @@ xcodebuild \
echo "TIME: $(date)"
xcodebuild \
-workspace Tests.xcworkspace \
- -scheme ChannelTests \
+ -scheme APIv2Tests \
-destination name="iPhone 8" \
test \
| egrep -v "$XCODEBUILD_FILTER" \
@@ -186,11 +186,12 @@ xcodebuild \
echo "TIME: $(date)"
xcodebuild \
-workspace Tests.xcworkspace \
- -scheme APIv2Tests \
- -destination name="iPhone X" \
+ -scheme ChannelTests \
+ -destination name="iPhone 8" \
test \
| egrep -v "$XCODEBUILD_FILTER" \
| egrep -v '^$' \
| egrep -v "(GPBDictionary|GPBArray)" -
+
exit 0