mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
resulttool: Load results from URL
Adds support for resulttool to load JSON files directly from a http:// or https:// URL (From OE-Core rev: 235bcf0c504e7ea253ccfb28d600898117c64c1f) 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
0ab0dacc1a
commit
3326a902db
@@ -143,7 +143,7 @@ def register_commands(subparsers):
|
||||
group='analysis')
|
||||
parser_build.set_defaults(func=report)
|
||||
parser_build.add_argument('source_dir',
|
||||
help='source file/directory that contain the test result files to summarise')
|
||||
help='source file/directory/URL that contain the test result files to summarise')
|
||||
parser_build.add_argument('--branch', '-B', default='master', help="Branch to find commit in")
|
||||
parser_build.add_argument('--commit', help="Revision to report")
|
||||
parser_build.add_argument('-t', '--tag', default='',
|
||||
|
||||
Reference in New Issue
Block a user