Fix role path for generate-tests.
This commit is contained in:
parent
05531b99d0
commit
656b82417e
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue