aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar Peter Schmitt <schmitt@google.com>2017-03-17 14:09:13 +0000
committerGravatar Yue Gan <yueg@google.com>2017-03-20 11:34:38 +0000
commitf4bf5222683eed3007a1eb38502f4d0173976b15 (patch)
tree0b23a0ea6ff93c6d22f35cb294f0a230861c88c9 /src/test/shell
parentc09b83ce89724b062b14b6393058e3a0979d87d4 (diff)
Flip deprecated_generated_xcode_project default to false.
This should be safe as it has already been set to false in the rc files for Blaze and Exoblaze. -- PiperOrigin-RevId: 150436179 MOS_MIGRATED_REVID=150436179
Diffstat (limited to 'src/test/shell')
-rwxr-xr-xsrc/test/shell/bazel/apple/bazel_objc_test.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/shell/bazel/apple/bazel_objc_test.sh b/src/test/shell/bazel/apple/bazel_objc_test.sh
index 78dde29446..9349e18583 100755
--- a/src/test/shell/bazel/apple/bazel_objc_test.sh
+++ b/src/test/shell/bazel/apple/bazel_objc_test.sh
@@ -107,7 +107,6 @@ function test_build_app() {
bazel build --verbose_failures --ios_sdk_version=$IOS_SDK_VERSION \
//ios:app >$TEST_log 2>&1 || fail "should pass"
- ls bazel-bin/ios/app.xcodeproj || fail "should generate app.xcodeproj"
ls bazel-bin/ios/app.ipa || fail "should generate app.ipa"
}
@@ -117,8 +116,6 @@ function test_ios_test() {
bazel build --test_output=all --ios_sdk_version=$IOS_SDK_VERSION \
//ios:PassingXcTest >$TEST_log 2>&1 || fail "should pass"
- ls bazel-bin/ios/PassingXcTest.xcodeproj \
- || fail "should generate PassingXcTest.xcodeproj"
ls bazel-bin/ios/PassingXcTest.ipa \
|| fail "should generate PassingXcTest.ipa"
}
@@ -129,7 +126,6 @@ function test_valid_ios_sdk_version() {
bazel build --verbose_failures --ios_sdk_version=$IOS_SDK_VERSION \
//ios:app >$TEST_log 2>&1 || fail "should pass"
- ls bazel-bin/ios/app.xcodeproj || fail "should generate app.xcodeproj"
ls bazel-bin/ios/app.ipa || fail "should generate app.ipa"
}
@@ -145,7 +141,6 @@ function test_xcrun_cache() {
ls bazel-out/__xcruncache || fail "xcrun cache should be present"
bazel build --verbose_failures --ios_sdk_version=$IOS_SDK_VERSION \
//ios:app >$TEST_log 2>&1 || fail "should pass"
- ls bazel-bin/ios/app.xcodeproj || fail "should generate app.xcodeproj"
ls bazel-bin/ios/app.ipa || fail "should generate app.ipa"
ls bazel-out/__xcruncache || fail "xcrun cache should be present"