]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130292: Allow for empty simulator list when running iOS testbed (#130388)
authorRussell Keith-Magee <russell@keith-magee.com>
Tue, 25 Feb 2025 06:49:05 +0000 (14:49 +0800)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2025 06:49:05 +0000 (14:49 +0800)
commit99088ab081279329b8362e1c24533fa0be303e6f
treed81f0bb2a5522a30a22200508ebe9842b4f19bf0
parent56e337d32b88630f2c35458231cd61929f1be6d4
gh-130292: Allow for empty simulator list when running iOS testbed (#130388)

Adds error handling when there are no pre-existing test simulators.
Misc/NEWS.d/next/Tests/2025-02-20-13-50-07.gh-issue-130292.RvK2Ou.rst [new file with mode: 0644]
iOS/testbed/__main__.py