mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Fix unit test directory path target.
This commit is contained in:
parent
75c281debc
commit
573078fc6b
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class PathMapper(object):
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'units': os.path.dirname(path),
|
'units': '%s/' % os.path.dirname(path),
|
||||||
}
|
}
|
||||||
|
|
||||||
if path.startswith('test/runner/'):
|
if path.startswith('test/runner/'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue