Fix role path for generate-tests.

pull/17656/merge
Matt Clay 8 years ago
parent 05531b99d0
commit 656b82417e

@ -38,6 +38,9 @@ def main():
C.DEPRECATION_WARNINGS = False
C.DEFAULT_ROLES_PATH = [os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)),
'..', '..', '..', 'integration', 'targets'))]
posix_targets = [
'non_destructive',
'destructive',

Loading…
Cancel
Save