swiftlang / swift-corelibs-xctest

The XCTest Project, A Swift core library for providing unit test support
swift.org
Apache License 2.0
1.15k stars 267 forks source link

Fix incorrect help documentation of XCTestMain #499

Open kkebo opened 3 months ago

kkebo commented 3 months ago

The option --list-test is incorrect. The correct option is --list-tests.

This is the same as https://github.com/apple/swift-corelibs-foundation/pull/5044.

grynspan commented 3 months ago

@swift-ci please test

grynspan commented 2 months ago

@swift-ci test Linux

grynspan commented 1 month ago

@swift-ci test

kkebo commented 17 hours ago

What is the current status of this pull request?