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.
1905
+
# If the suite fails, extract and print the console output, then re-raise the failure
1906
+
if ! xcodebuild test -project $(XCFOLDER)/iOSTestbed.xcodeproj -scheme "iOSTestbed" -destination "platform=iOS Simulator,name=iPhone SE (3rd Generation)" -resultBundlePath $(XCRESULT) ; then \
1907
+
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'])"); \
1908
+
echo ; \
1909
+
exit 1; \
1910
+
fi
1911
+
1876
1912
# Like testall, but with only one pass and without multiple processes.
1877
1913
# Run an optional script to include information about the build environment.
1878
1914
.PHONY: buildbottest
@@ -2612,7 +2648,7 @@ frameworkinstallextras:
2612
2648
# subdirectory. The install has put these folders in the same folder as
2613
2649
# Python.framework; Move the headers to their final framework-compatible home.
0 commit comments