Skip to content

Commit a7b1fff

Browse files
committed
[3.12] Set a DerivedData path for iOS test builds. (pythonGH-118621)
1 parent 765d437 commit a7b1fff

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
@@ -1910,7 +1910,7 @@ testios:
19101910

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

0 commit comments

Comments
 (0)