mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 14:23:53 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class BootLinuxConsole(Test):
|
|||
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…
Add table
Add a link
Reference in a new issue