mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
resulttool: Add log subcommand
Adds a subcommand for dumping various logs from test results (From OE-Core rev: 454b8d2cdc6f79a51e610dae92c22352850c3f7c) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3326a902db
commit
e567c3761b
@@ -49,6 +49,7 @@ import resulttool.store
|
||||
import resulttool.regression
|
||||
import resulttool.report
|
||||
import resulttool.manualexecution
|
||||
import resulttool.log
|
||||
logger = scriptutils.logger_create('resulttool')
|
||||
|
||||
def main():
|
||||
@@ -66,6 +67,7 @@ def main():
|
||||
subparsers.add_subparser_group('analysis', 'analysis', 100)
|
||||
resulttool.regression.register_commands(subparsers)
|
||||
resulttool.report.register_commands(subparsers)
|
||||
resulttool.log.register_commands(subparsers)
|
||||
|
||||
args = parser.parse_args()
|
||||
if args.debug:
|
||||
|
||||
Reference in New Issue
Block a user