aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/iOS/testbed/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'iOS/testbed/__main__.py')
-rw-r--r--iOS/testbed/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOS/testbed/__main__.py b/iOS/testbed/__main__.py
index c05497ede3a..1146bf3b988 100644
--- a/iOS/testbed/__main__.py
+++ b/iOS/testbed/__main__.py
@@ -127,7 +127,7 @@ async def async_check_output(*args, **kwargs):
async def select_simulator_device():
# List the testing simulators, in JSON format
raw_json = await async_check_output(
- "xcrun", "simctl", "--set", "testing", "list", "-j"
+ "xcrun", "simctl", "list", "-j"
)
json_data = json.loads(raw_json)