Use subset of Windows tests for "all" tests. (#26830)

This commit is contained in:
Matt Clay 2017-07-14 16:51:32 -07:00 committed by GitHub
parent 32914cac3b
commit 7931e11437
6 changed files with 81 additions and 57 deletions

View file

@ -975,7 +975,7 @@ def get_changes_filter(args):
if not paths:
raise NoChangesDetected()
commands = categorize_changes(paths, args.command)
commands = categorize_changes(args, paths, args.command)
targets = commands.get(args.command)