Skip to content

Commit aa7dcda

Browse files
committed
[3.9] Set a DerivedData path for iOS test builds. (pythonGH-118621)
1 parent 59e53d4 commit aa7dcda

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
@@ -1276,7 +1276,7 @@ testios:
12761276

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

0 commit comments

Comments
 (0)