mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fix compile skip path handling for targeted tests.
This commit is contained in:
@@ -562,7 +562,7 @@ def command_compile(args):
|
|||||||
if skip_paths:
|
if skip_paths:
|
||||||
cmd += ['-x', '|'.join(skip_paths)]
|
cmd += ['-x', '|'.join(skip_paths)]
|
||||||
|
|
||||||
cmd += [target.path for target in include]
|
cmd += [target.path if target.path == '.' else './%s' % target.path for target in include]
|
||||||
|
|
||||||
version_commands.append((version, cmd))
|
version_commands.append((version, cmd))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user