ipatests: log command spawned by pexpect

Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
Sergey Orlov 2021-03-22 17:25:26 +01:00 committed by Alexander Bokovoy
parent ae533e2998
commit 947167d892

View File

@ -68,6 +68,8 @@ class IpaTestExpect(pexpect.spawn):
else:
command = argv[0]
args = argv[1:]
logger.debug('Expect will spawn command "%s" with args %s',
command, args)
super().__init__(
command, args, timeout=default_timeout, encoding=encoding,
echo=False