Skip to content

Commit 3268920

Browse files
freakboy3742SonicField
authored andcommitted
Set a DerivedData path for iOS test builds. (pythonGH-118621)
1 parent f8213a3 commit 3268920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2067,7 +2067,7 @@ testios:
20672067

20682068
# Run the test suite for the Xcode project, targeting the iOS simulator.
20692069
# If the suite fails, touch a file in the test folder as a marker
2070-
if ! xcodebuild test -project $(XCFOLDER)/iOSTestbed.xcodeproj -scheme "iOSTestbed" -destination "platform=iOS Simulator,name=iPhone SE (3rd Generation)" -resultBundlePath $(XCRESULT) ; then \
2070+
if ! xcodebuild test -project $(XCFOLDER)/iOSTestbed.xcodeproj -scheme "iOSTestbed" -destination "platform=iOS Simulator,name=iPhone SE (3rd Generation)" -resultBundlePath $(XCRESULT) -derivedDataPath $(XCFOLDER)/DerivedData ; then \
20712071
touch $(XCFOLDER)/failed; \
20722072
fi
20732073

0 commit comments

Comments
 (0)