Skip to content

Commit 31a962b

Browse files
authored
[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.
1 parent bfec6f3 commit 31a962b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

iOS/testbed/iOSTestbedTests/iOSTestbedTests.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ - (void)testPython {
1515
const char *argv[] = {
1616
"iOSTestbed", // argv[0] is the process that is running.
1717
"-uall", // Enable all resources
18-
"--rerun", // Re-run failed tests in verbose mode
1918
"-W", // Display test output on failure
2019
// To run a subset of tests, add the test names below; e.g.,
2120
// "test_os",

0 commit comments

Comments
 (0)