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

@ -141,6 +141,7 @@ class IntegrationConfig(TestConfig):
self.allow_destructive = args.allow_destructive if 'allow_destructive' in args else False # type: bool
self.retry_on_error = args.retry_on_error # type: bool
self.debug_strategy = args.debug_strategy # type: bool
self.changed_all_target = args.changed_all_target # type: str
self.tags = args.tags
self.skip_tags = args.skip_tags
self.diff = args.diff