From: Mariano Lopez Date: Wed, 12 Aug 2015 08:37:28 +0000 (+0000) Subject: qemurunner.py: Performance improvements in run_serial X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600f35c0873a61f8cd02c0e5cc1495ce7785ea89;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 3e604d81558..04584474e71 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()