From b3a9e636f75d9cc4cc9fe97827bebc3d8985da6d Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 14 Aug 2024 09:18:08 +0800 Subject: [PATCH] Ensure that iOS test re-runs don't try to spawn a process. --- iOS/testbed/iOSTestbedTests/iOSTestbedTests.m | 1 + 1 file changed, 1 insertion(+) diff --git a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m index b17bc275a66e42..9bf502a808eb88 100644 --- a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m +++ b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m @@ -15,6 +15,7 @@ - (void)testPython { const char *argv[] = { "iOSTestbed", // argv[0] is the process that is running. "-uall", // Enable all resources + "--single-process", // always run all tests sequentially in a single process "--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.,