From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74AB0138335 for ; Tue, 2 Jul 2019 09:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05F73E0870; Tue, 2 Jul 2019 09:37:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DADC8E0870 for ; Tue, 2 Jul 2019 09:37:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5418A346DCF for ; Tue, 2 Jul 2019 09:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C423566B for ; Tue, 2 Jul 2019 09:37:07 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1562060204.2e2c0fe2d1221ae2a0ff38de7653bb5c238aab0d.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/auto-bootstraps/analyse_result.py X-VCS-Directories: scripts/auto-bootstraps/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 2e2c0fe2d1221ae2a0ff38de7653bb5c238aab0d X-VCS-Branch: master Date: Tue, 2 Jul 2019 09:37:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ddf00d7b-d3a4-49c9-bd3f-a03f0fb572f0 X-Archives-Hash: 67f9a990ba27c741b1e2205fd952c6f6 commit: 2e2c0fe2d1221ae2a0ff38de7653bb5c238aab0d Author: Fabian Groffen gentoo org> AuthorDate: Tue Jul 2 09:36:44 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jul 2 09:36:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=2e2c0fe2 scripts/auto-bootstraps/analyse_result: bring back elapsedtime Signed-off-by: Fabian Groffen gentoo.org> scripts/auto-bootstraps/analyse_result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto-bootstraps/analyse_result.py b/scripts/auto-bootstraps/analyse_result.py index 2b0e04a101..871692d2e3 100755 --- a/scripts/auto-bootstraps/analyse_result.py +++ b/scripts/auto-bootstraps/analyse_result.py @@ -152,7 +152,7 @@ with os.scandir(resultsdir) as it: snapshot = 'rsync' infos[d] = { - 'etime': elapsedtime, + 'elapsedtime': elapsedtime, 'libressl': haslssl, 'snapshot': snapshot }