Skip to content

Commit ce39d3c

Browse files
authored
Add a --rerun option to the iOS testbed. (#122992)
Enable --rerun when running tests on iOS.
1 parent 7b8328b commit ce39d3c

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)