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.
1761
+
# If the suite fails, extract and print the console output, then re-raise the failure
1762
+
if ! xcodebuild test -project $(XCFOLDER)/iOSTestbed.xcodeproj -scheme "iOSTestbed" -destination "platform=iOS Simulator,name=iPhone SE (3rd Generation)" -resultBundlePath $(XCRESULT) ; then \
1763
+
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'])"); \
1764
+
echo ; \
1765
+
exit 1; \
1766
+
fi
1767
+
1732
1768
# Like testall, but with only one pass and without multiple processes.
1733
1769
# Run an optional script to include information about the build environment.
1734
1770
buildbottest: all
@@ -2419,7 +2455,7 @@ frameworkinstallextras:
2419
2455
# subdirectory. The install has put these folders in the same folder as
2420
2456
# Python.framework; Move the headers to their final framework-compatible home.
0 commit comments