]> code.ossystems Code Review - openembedded-core.git/commit
resulttool: Prevent multiple results for the same test
authorJon Mason <jdmason@kudzu.us>
Sun, 2 Jun 2019 18:29:13 +0000 (14:29 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Aug 2019 20:50:32 +0000 (21:50 +0100)
commitcaeaa0648dff64c56a33f52e45e82bfab6719e3e
tree8242b50a151a9436852a635a8db5512749fcab2b
parent237b677f2501752d3ec339e87aa9f31fc6926afd
resulttool: Prevent multiple results for the same test

Currently, if a test occurs multiple times over different series, the
code will sum these.  This can lead to confusion over the desired
results.  Change the code to report the redundant tests and skip adding
an additional values.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/resulttool/report.py