[3.13] Revert use of --rerun in iOS testbed. (#122995)

Reverts the use of --rerun in iOS testing because it tries to create a subprocess on the rerun.
This commit is contained in:
Russell Keith-Magee 2024-08-14 10:03:18 +08:00 committed by GitHub
parent bfec6f319a
commit 31a962b1b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
const char *argv[] = { const char *argv[] = {
"iOSTestbed", // argv[0] is the process that is running. "iOSTestbed", // argv[0] is the process that is running.
"-uall", // Enable all resources "-uall", // Enable all resources
"--rerun", // Re-run failed tests in verbose mode
"-W", // Display test output on failure "-W", // Display test output on failure
// To run a subset of tests, add the test names below; e.g., // To run a subset of tests, add the test names below; e.g.,
// "test_os", // "test_os",