summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-08-14 00:41:37 (GMT)
committerGitHub <noreply@github.com>2024-08-14 00:41:37 (GMT)
commitbfec6f319a97f2d12e24870df0f22bd5be7dfb4c (patch)
tree5c22e5e6d0213371f49b6531bf5dc22f2b1dcaeb
parentd218810e203bc8a4f40818ebd51d2be90d3966cd (diff)
downloadcpython-bfec6f319a97f2d12e24870df0f22bd5be7dfb4c.zip
cpython-bfec6f319a97f2d12e24870df0f22bd5be7dfb4c.tar.gz
cpython-bfec6f319a97f2d12e24870df0f22bd5be7dfb4c.tar.bz2
[3.13] Add a --rerun option to the iOS testbed. (GH-122992) (#122993)
Enable --rerun when running tests on iOS. (cherry picked from commit ce39d3c6bdab4c703ad95f37831b410fb729e116) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
-rw-r--r--iOS/testbed/iOSTestbedTests/iOSTestbedTests.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m
index e6a919c..b17bc27 100644
--- a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m
+++ b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m
@@ -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",