summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-07-02 11:36:44 +0200
committerFabian Groffen <grobian@gentoo.org>2019-07-02 11:36:44 +0200
commit2e2c0fe2d1221ae2a0ff38de7653bb5c238aab0d (patch)
treec58b2098d5f0d9fa43009dc9e2101ff4d6929621
parentscripts/auto-bootstraps/analyse_result: split out properties per run (diff)
downloadprefix-2e2c0fe2.tar.gz
prefix-2e2c0fe2.tar.bz2
prefix-2e2c0fe2.zip
scripts/auto-bootstraps/analyse_result: bring back elapsedtime
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/auto-bootstraps/analyse_result.py2
1 files changed, 1 insertions, 1 deletions
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
}