You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run the test suite for the Xcode project, targeting the iOS simulator.
2025
+
# If the suite fails, extract and print the console output, then re-raise the failure
2026
+
if ! xcodebuild test -project $(XCFOLDER)/iOSTestbed.xcodeproj -scheme "iOSTestbed" -destination "platform=iOS Simulator,name=iPhone SE (3rd Generation)" -resultBundlePath $(XCRESULT) ; then \
2027
+
xcrun xcresulttool get --path $(XCRESULT) --id $$(xcrun xcresulttool get --path $(XCRESULT) --format json | $(PYTHON_FOR_BUILD) -c "import sys, json; result = json.load(sys.stdin); print(result['actions']['_values'][0]['actionResult']['logRef']['id']['_value'])"); \
2028
+
echo ; \
2029
+
exit 1; \
2030
+
fi
2031
+
1996
2032
# Like test, but using --slow-ci which enables all test resources and use
1997
2033
# longer timeout. Run an optional pybuildbot.identify script to include
1998
2034
# information about the build environment.
@@ -2712,7 +2748,7 @@ frameworkinstallextras:
2712
2748
# subdirectory. The install has put these folders in the same folder as
2713
2749
# Python.framework; Move the headers to their final framework-compatible home.
0 commit comments