Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse --windows-only func test arg on Windows only
The --windows-only functional test command-line option causes only tests in the WindowsOnly category to be run; since this makes sense on Windows exclusively, we move the parsing of this command-line argument into a Windows-only block, so it will be ignored on other platforms.
- Loading branch information