mirror of https://github.com/python/cpython
[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
|
@ -15,7 +15,6 @@
|
||||||
const char *argv[] = {
|
const char *argv[] = {
|
||||||
"iOSTestbed", // argv[0] is the process that is running.
|
"iOSTestbed", // argv[0] is the process that is running.
|
||||||
"-uall", // Enable all resources
|
"-uall", // Enable all resources
|
||||||
"--rerun", // Re-run failed tests in verbose mode
|
|
||||||
"-W", // Display test output on failure
|
"-W", // Display test output on failure
|
||||||
// To run a subset of tests, add the test names below; e.g.,
|
// To run a subset of tests, add the test names below; e.g.,
|
||||||
// "test_os",
|
// "test_os",
|
||||||
|
|
Loading…
Reference in New Issue