We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d63df commit 4016c24Copy full SHA for 4016c24
tests/checks/common.py
@@ -69,7 +69,7 @@ def load_class(check_name, class_name):
69
70
def load_check(name, config, agentConfig):
71
if not _is_sdk():
72
- checksd_path = get_checksd_path(get_os())
+ checksd_path = agentConfig.get('additional_checksd', get_checksd_path(get_os()))
73
74
# find (in checksd_path) and load the check module
75
fd, filename, desc = imp.find_module(name, [checksd_path])
0 commit comments