summaryrefslogtreecommitdiffstats
path: root/test/runner/lib/sanity.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner/lib/sanity.py')
-rw-r--r--test/runner/lib/sanity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner/lib/sanity.py b/test/runner/lib/sanity.py
index a8294dcbbf..ee619cc16a 100644
--- a/test/runner/lib/sanity.py
+++ b/test/runner/lib/sanity.py
@@ -644,7 +644,7 @@ def command_sanity_ansible_doc(args, targets, python_version):
cmd = ['ansible-doc'] + modules
try:
- stdout, stderr = intercept_command(args, cmd, env=env, capture=True, python_version=python_version)
+ stdout, stderr = intercept_command(args, cmd, target_name='ansible-doc', env=env, capture=True, python_version=python_version)
status = 0
except SubprocessError as ex:
stdout = ex.stdout