summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemurunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/utils/qemurunner.py')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 337b5874b2..f1a7e24ab7 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -133,8 +133,7 @@ class QemuRunner:
133 if data: 133 if data:
134 self.log(data) 134 self.log(data)
135 self.bootlog += data 135 self.bootlog += data
136 lastlines = "\n".join(self.bootlog.splitlines()[-2:]) 136 if re.search("qemu.* login:", self.bootlog):
137 if re.search("login:", lastlines):
138 stopread = True 137 stopread = True
139 reachedlogin = True 138 reachedlogin = True
140 bb.note("Reached login banner") 139 bb.note("Reached login banner")