Skip to content

Commit bfec6f3

Browse files
[3.13] Add a --rerun option to the iOS testbed. (GH-122992) (#122993)
Enable --rerun when running tests on iOS. (cherry picked from commit ce39d3c) Co-authored-by: Russell Keith-Magee <[email protected]>
1 parent d218810 commit bfec6f3

File tree

1 file changed

+1
-0
lines changed

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)