with _run_start_time as value. For partial results of interrupted runs, this info might be otherwise missing for at least one testcase
Signed-off-by: Konrad Weihmann <[email protected]> --- meta/lib/oeqa/core/context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/core/context.py b/meta/lib/oeqa/core/context.py index 84b43a93e1..2abe353d27 100644 --- a/meta/lib/oeqa/core/context.py +++ b/meta/lib/oeqa/core/context.py @@ -85,6 +85,7 @@ class OETestContext(object): self.skipTests(skips) self._run_start_time = time.time() + self._run_end_time = self._run_start_time if not processes: self.runner.buffer = True result = self.runner.run(self.prepareSuite(self.suites, processes)) -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144449): https://lists.openembedded.org/g/openembedded-core/message/144449 Mute This Topic: https://lists.openembedded.org/mt/78167032/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
