]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a --rerun option to the iOS testbed. (#122992)
authorRussell Keith-Magee <russell@keith-magee.com>
Wed, 14 Aug 2024 00:14:33 +0000 (08:14 +0800)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 00:14:33 +0000 (08:14 +0800)
Enable --rerun when running tests on iOS.

iOS/testbed/iOSTestbedTests/iOSTestbedTests.m

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