mirror of https://gitee.com/openkylin/qemu.git
tests/boot_linux_console: fix extract_from_deb() comment
The second param in extract_from_deb() is 'path' not 'file' Signed-off-by: Liam Merwick <liam.merwick@oracle.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <1580142994-1836-4-git-send-email-liam.merwick@oracle.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
921a9f6db8
commit
4526038872
|
@ -40,7 +40,7 @@ def extract_from_deb(self, deb, path):
|
|||
Extracts a file from a deb package into the test workdir
|
||||
|
||||
:param deb: path to the deb archive
|
||||
:param file: path within the deb archive of the file to be extracted
|
||||
:param path: path within the deb archive of the file to be extracted
|
||||
:returns: path of the extracted file
|
||||
"""
|
||||
cwd = os.getcwd()
|
||||
|
|
Loading…
Reference in New Issue