Skip to content
Snippets Groups Projects
Commit dff19fe2973c authored by Matt Harbison's avatar Matt Harbison
Browse files

run-tests: fix whitelist/blacklist with directories on Windows

The file name is resolved with `os.path.relpath()` in the `Test` constructor,
which yields `\` on Windows.  That doesn't match the `/` separator when using
MSYS tools to build the list, and it isn't obvious that this is the problem
because directory separators can mostly be used interchangeably.  The
`--test-list` argument already seems to be properly handled.
parent 6e0af81c43b2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment