]> 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>
Thu, 9 May 2019 01:39:32 +0000 (18:39 -0700)
commitbb5a0fedda2817b9d71186a90a1f77bff3cbecaf
treee2a017a7570ff79bf28728c983b266789c17889a
parentbbce28b31e2d575fec0ffe8c94d6ffcb76849810
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