Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix debugging entire XCTest targets #1209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

plemarquand
Copy link
Contributor

When right clicking a test target and debugging the tests, no XCTests are run.

The test run argument simplification code would simplify too much when debugging a test target; the xctest binary does not accept a test target as an -XCTest argument. Only fully specified test names or test suites are permitted.

Issue: #1207

When right clicking a test target and debugging the tests, no XCTests
are run.

The test run argument simplification code would simplify too much when
debugging a test target; the `xctest` binary does not accept a test
target as an `-XCTest` argument. Only fully specified test names or test
suites are permitted.

Issue: swiftlang#1207
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant