diff mercurial/pvec.py @ 47182:dff19fe2973c stable

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.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 05 May 2021 17:47:30 -0400
parents d4ba4d51f85f
children 6000f5b25c9b
line wrap: on
line diff