]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Add a --rerun option to the iOS testbed. (GH-122992) (#122993)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Aug 2024 00:41:37 +0000 (02:41 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 00:41:37 +0000 (00:41 +0000)
Enable --rerun when running tests on iOS.
(cherry picked from commit ce39d3c6bdab4c703ad95f37831b410fb729e116)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
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",