Fix role path for generate-tests.

This commit is contained in:
Matt Clay 2016-10-13 13:04:48 -07:00
parent 05531b99d0
commit 656b82417e

View file

@ -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',