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