mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -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:
|
else:
|
||||||
command = argv[0]
|
command = argv[0]
|
||||||
args = argv[1:]
|
args = argv[1:]
|
||||||
|
logger.debug('Expect will spawn command "%s" with args %s',
|
||||||
|
command, args)
|
||||||
super().__init__(
|
super().__init__(
|
||||||
command, args, timeout=default_timeout, encoding=encoding,
|
command, args, timeout=default_timeout, encoding=encoding,
|
||||||
echo=False
|
echo=False
|
||||||
|
Loading…
Reference in New Issue
Block a user