Thanks to visit codestin.com Credit goes to github.com
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 ce39d3c commit e03073fCopy full SHA for e03073f
1 file changed
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
+ "--single-process", // always run all tests sequentially in a single process
19
"--rerun", // Re-run failed tests in verbose mode
20
"-W", // Display test output on failure
21
// To run a subset of tests, add the test names below; e.g.,
0 commit comments