]> code.ossystems Code Review - openembedded-core.git/commit
resulttool: Add option to dump all ptest logs
authorJoshua Watt <jpewhacker@gmail.com>
Wed, 8 May 2019 16:16:23 +0000 (11:16 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 May 2019 21:56:40 +0000 (22:56 +0100)
commitf262b9e7482e38f04dfa162f0aaf65b17e86f8b2
tree13984bbd533c93f8bd303a75cfca1cc1ba685aeb
parent5890ed343981b600148a1b4f1bedaf1e55519c67
resulttool: Add option to dump all ptest logs

Adds an option to dump all the ptest logs to individual files in a
specified directory. If multiple test runs are present, the
'--prepend-run' argument will create separate directories for each test
run under the target directory and put the logs there to prevent each
test run from clobbering the others.

[YOCTO #13331]

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/resulttool/log.py
scripts/lib/resulttool/resultutils.py