mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 00:16:49 +00:00
updated ansible-test integration to skip any files in test/integration/targets/ that aren't directories.
Fixes #26007
This commit is contained in:
committed by
Matt Clay
parent
26fec4f107
commit
b2d88f8b73
@@ -254,7 +254,8 @@ def walk_integration_targets():
|
||||
prefixes = load_integration_prefixes()
|
||||
|
||||
for path in paths:
|
||||
yield IntegrationTarget(path, modules, prefixes)
|
||||
if os.path.isdir(path):
|
||||
yield IntegrationTarget(path, modules, prefixes)
|
||||
|
||||
|
||||
def load_integration_prefixes():
|
||||
|
||||
Reference in New Issue
Block a user