From 3556c02bce9410d8ef2af0f4eee2e4b56dda5458 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 14 Aug 2024 09:29:31 +0800 Subject: [PATCH] [3.13] Revert use of --rerun in iOS testbed. --- iOS/testbed/iOSTestbedTests/iOSTestbedTests.m | 1 - 1 file changed, 1 deletion(-) diff --git a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m index b17bc275a66e42..e6a919c304ec8d 100644 --- a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m +++ b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m @@ -15,7 +15,6 @@ - (void)testPython { 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",