зеркало из https://github.com/microsoft/lisa.git
fix dmesg error message
This commit is contained in:
Родитель
987c3685da
Коммит
3cdbf51262
|
@ -58,7 +58,7 @@ class Dmesg(Tool):
|
|||
if result:
|
||||
# log first line only, in case it's too long
|
||||
error_message = (
|
||||
f"dmesg error with {len(result)} lines, "
|
||||
f"dmesg error with {len(panic_lines)} lines, "
|
||||
f"first line: '{panic_lines[0]}'"
|
||||
)
|
||||
if throw_error:
|
||||
|
|
Загрузка…
Ссылка в новой задаче