summaryrefslogtreecommitdiffstats
path: root/iOS/testbed
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2024-08-14 00:14:33 (GMT)
committerGitHub <noreply@github.com>2024-08-14 00:14:33 (GMT)
commitce39d3c6bdab4c703ad95f37831b410fb729e116 (patch)
treecc8e2fe7bd6f37cfcbd4be50e69a2d94f87367fc /iOS/testbed
parent7b8328b6b33939dfff4606d286b10069a09223dd (diff)
downloadcpython-ce39d3c6bdab4c703ad95f37831b410fb729e116.zip
cpython-ce39d3c6bdab4c703ad95f37831b410fb729e116.tar.gz
cpython-ce39d3c6bdab4c703ad95f37831b410fb729e116.tar.bz2
Add a --rerun option to the iOS testbed. (#122992)
Enable --rerun when running tests on iOS.
Diffstat (limited to 'iOS/testbed')
-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",