8000 Add a --rerun option to the iOS testbed. (#122992) · blhsing/cpython@a096103 · GitHub
[go: up one dir, main page]

Skip to content

Commit a096103

Browse files
freakboy3742blhsing
authored andcommitted
Add a --rerun option to the iOS testbed. (python#122992)
Enable --rerun when running tests on iOS.
1 parent 7c77db2 commit a096103

File tree

1 file changed

+1
-0
lines changed

iOS/testbed/iOSTestbedTests/iOSTestbedTests.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ - (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
1819
"-W", // Display test output on failure
1920
// To run a subset of tests, add the test names below; e.g.,
2021
// "test_os",

0 commit comments

Comments
 (0)
0