[swift-build-dev] swift test --build-path
Kyle Jessup
kjessup.lists at gmail.com
Wed Jun 29 19:26:20 CDT 2016
`swift test` claims to support the --build-path argument but fails if it’s used:
swift test --help
...
OPTIONS:
-C, --chdir <path> Change working directory before any other operation
--build-path <path> Specify build directory
swift test --build-path=somethingvalid
error: unknown command: --build-path
swift test --build-path somethingvalid
error: unknown command: --build-path
Is this just waiting for someone to do the work or is it intentional?
Thanks!
-Kyle
More information about the swift-build-dev
mailing list