mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix unit test directory path target.
This commit is contained in:
@@ -281,7 +281,7 @@ class PathMapper(object):
|
||||
}
|
||||
|
||||
return {
|
||||
'units': os.path.dirname(path),
|
||||
'units': '%s/' % os.path.dirname(path),
|
||||
}
|
||||
|
||||
if path.startswith('test/runner/'):
|
||||
|
||||
Reference in New Issue
Block a user