From: Russell Keith-Magee Date: Wed, 14 Aug 2024 02:03:18 +0000 (+0800) Subject: [3.13] Revert use of --rerun in iOS testbed. (#122995) X-Git-Tag: v3.13.0rc2~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31a962b1b3b9bebdc976694ded7268942e543c71;p=thirdparty%2FPython%2Fcpython.git [3.13] Revert use of --rerun in iOS testbed. (#122995) Reverts the use of --rerun in iOS testing because it tries to create a subprocess on the rerun. --- diff --git a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m index b17bc275a66e..e6a919c304ec 100644 --- a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m +++ b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m @@ -15,7 +15,6 @@ const char *argv[] = { "iOSTestbed", // argv[0] is the process that is running. "-uall", // Enable all resources - "--rerun", // Re-run failed tests in verbose mode "-W", // Display test output on failure // To run a subset of tests, add the test names below; e.g., // "test_os",