We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d218810 commit bfec6f3Copy full SHA for bfec6f3
iOS/testbed/iOSTestbedTests/iOSTestbedTests.m
@@ -15,6 +15,7 @@ - (void)testPython {
15
const char *argv[] = {
16
"iOSTestbed", // argv[0] is the process that is running.
17
"-uall", // Enable all resources
18
+ "--rerun", // Re-run failed tests in verbose mode
19
"-W", // Display test output on failure
20
// To run a subset of tests, add the test names below; e.g.,
21
// "test_os",
0 commit comments