mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
utils: qemurunner.py: cleanup grammar and ensure consistency
Minor grammar correction along with making the term 'login banner' consistent throughout to make searching logs easier. (From OE-Core rev: 54e739485faba8d80f5af15407905aaeda4767f4) Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c8f28c15e7
commit
31fc614a23
@@ -317,7 +317,7 @@ class QemuRunner:
|
|||||||
|
|
||||||
if not reachedlogin:
|
if not reachedlogin:
|
||||||
if time.time() >= endtime:
|
if time.time() >= endtime:
|
||||||
self.logger.debug("Target didn't reached login boot in %d seconds (%s)" %
|
self.logger.debug("Target didn't reach login banner in %d seconds (%s)" %
|
||||||
(self.boottime, time.strftime("%D %H:%M:%S")))
|
(self.boottime, time.strftime("%D %H:%M:%S")))
|
||||||
tail = lambda l: "\n".join(l.splitlines()[-25:])
|
tail = lambda l: "\n".join(l.splitlines()[-25:])
|
||||||
# in case bootlog is empty, use tail qemu log store at self.msg
|
# in case bootlog is empty, use tail qemu log store at self.msg
|
||||||
|
|||||||
Reference in New Issue
Block a user