]> 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)
committerArmin Kuster <akuster808@gmail.com>
Sat, 18 May 2019 04:55:31 +0000 (21:55 -0700)
commit7d0dfd6ada9b2fdf0c14833c388730ffc887af49
tree454ed4cfb543320bf6269720b16d324763828f46
parent8f6d55056a1c6f9fd00b09a8e91b3e888750e793
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/resulttool/log.py
scripts/lib/resulttool/resultutils.py