mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
ipatests: log command spawned by pexpect
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
parent
ae533e2998
commit
947167d892
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user