]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:52:59 +0000 (21:52 +0100)
commit87138c4c2bc5618d10349944dedfe9cdacd34ab7
tree85e3a06f35c69bdd0b537c47e1d6a356cd1ee51a
parent12722ccf05596145bfc6e4642452a6c639d95318
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.

(From OE-Core rev: caeaa0648dff64c56a33f52e45e82bfab6719e3e)

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