-
-
Notifications
You must be signed in to change notification settings - Fork 45
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 error message output #142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for the test!
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XCTestManifests.swift
and LinuxMain.swift
also need to be deleted for test discovery to work.
I think we don't need to remove LinuxMain.swift. It would be helpful if following swiftpm way https://github.com/apple/swift-package-manager/blob/main/Tests/LinuxMain.swift |
Great suggestion, I agree, keeping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks a lot 🙌
Previously, an error message such as:
would be output:
if the message had a colon.