mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Add a --rerun option to the iOS testbed. (#122992)
Enable --rerun when running tests on iOS.
This commit is contained in:
parent
7b8328b6b3
commit
ce39d3c6bd
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
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