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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index a15990eaa8..59c9934377 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -137,7 +137,7 @@ class QemuRunner:
137 if data: 137 if data:
138 self.log(data) 138 self.log(data)
139 self.bootlog += data 139 self.bootlog += data
140 if re.search("qemu.* login:", self.bootlog): 140 if re.search(".* login:", self.bootlog):
141 stopread = True 141 stopread = True
142 reachedlogin = True 142 reachedlogin = True
143 logging.info("Reached login banner") 143 logging.info("Reached login banner")