https://github.com/python/cpython/commit/1506d5adc457a806e85886018804483e808d85c5
commit: 1506d5adc457a806e85886018804483e808d85c5
branch: main
author: Russell Keith-Magee <[email protected]>
committer: ned-deily <[email protected]>
date: 2024-05-05T23:58:14-04:00
summary:
Set a DerivedData path for iOS test builds. (GH-118621)
files:
M Makefile.pre.in
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ddc8b2feda51c4..88ec2009fbfffe 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2067,7 +2067,7 @@ testios:
# Run the test suite for the Xcode project, targeting the iOS simulator.
# If the suite fails, touch a file in the test folder as a marker
- if ! xcodebuild test -project $(XCFOLDER)/iOSTestbed.xcodeproj -scheme
"iOSTestbed" -destination "platform=iOS Simulator,name=iPhone SE (3rd
Generation)" -resultBundlePath $(XCRESULT) ; then \
+ if ! xcodebuild test -project $(XCFOLDER)/iOSTestbed.xcodeproj -scheme
"iOSTestbed" -destination "platform=iOS Simulator,name=iPhone SE (3rd
Generation)" -resultBundlePath $(XCRESULT) -derivedDataPath
$(XCFOLDER)/DerivedData ; then \
touch $(XCFOLDER)/failed; \
fi
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]