From: Konrad Weihmann <[email protected]> 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]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 1c5e8baf57fa2a33b9ef507b11d9ea9acaa77238) Signed-off-by: Steve Sakoman <[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 4ce3089ad0..4e238f80a4 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.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144563): https://lists.openembedded.org/g/openembedded-core/message/144563 Mute This Topic: https://lists.openembedded.org/mt/78230606/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
