aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-07-27 10:43:10 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-07-27 14:09:24 -0700
commite773a9b75fe6f6345f6efa86e1070dd5f4078a4c (patch)
treecbbbba4f008ef1b387d7ed183901d10f3637435e /src/objective-c/tests
parent782e5c2b8dc6973b6fc0959ba08da0f5b9db2f6f (diff)
Use /tmpfs on Kokoro for ObjC tests
Diffstat (limited to 'src/objective-c/tests')
-rwxr-xr-xsrc/objective-c/tests/build_one_example.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/build_one_example.sh b/src/objective-c/tests/build_one_example.sh
index 1eace541e6..084147f1d4 100755
--- a/src/objective-c/tests/build_one_example.sh
+++ b/src/objective-c/tests/build_one_example.sh
@@ -43,7 +43,7 @@ xcodebuild \
-workspace *.xcworkspace \
-scheme $SCHEME \
-destination generic/platform=iOS \
- -derivedDataPath Build \
+ -derivedDataPath Build/Build \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO \
| egrep -v "$XCODEBUILD_FILTER" \