mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[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.
This commit is contained in:
parent
bfec6f319a
commit
31a962b1b3
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue