From: Mariano Lopez Date: Wed, 12 Aug 2015 08:37:28 +0000 (+0000) Subject: qemurunner.py: Performance improvements in run_serial X-Git-Tag: 2015-10~856 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=600f35c0873a61f8cd02c0e5cc1495ce7785ea89;p=openembedded-core.git qemurunner.py: Performance improvements in run_serial This allow to search for the prompt after a command is run so it can avoid waiting for the timeout. Also corrected identation issues [YOCTO #8118] Signed-off-by: Mariano Lopez Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index 3e604d8155..04584474e7 100644 --- a/meta/lib/oeqa/utils/qemurunner.py +++ b/meta/lib/oeqa/utils/qemurunner.py @@ -284,14 +284,18 @@ class QemuRunner: stopread = False endtime = time.time()+5 while time.time()