summaryrefslogtreecommitdiff
path: root/scripts/code_cov_gather_on_test.py
AgeCommit message (Collapse)Author
2022-04-14scripts/code_cov*: remove the extensions from themMauro Carvalho Chehab
As those scripts will be installed and executed from the PATH, remove the extensions from them, in order to make it more elegant when installed on distros. Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2022-03-21scripts:code_cov_gather_on_test: use a faster scriptTomi Sarvela
The original shell script takes too long to complete (~7-10 seconds), while the python version requires only ~500 ms. As this has a relevant impact when doing the tests, use the faster version. Signed-off-by: Tomi Sarvela <tomi.p.sarvela@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>