Run destructive win tests when creating instances.

This commit is contained in:
Matt Clay 2017-02-27 09:32:56 -08:00
parent b3251c9585
commit 2797cff773

View file

@ -1426,6 +1426,9 @@ class WindowsIntegrationConfig(IntegrationConfig):
self.windows = args.windows # type: list [str]
if self.windows:
self.allow_destructive = True
class NetworkIntegrationConfig(IntegrationConfig):
"""Configuration for the network integration command."""