]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/yocto_testresults_query: add option to change display limit
authorAlexis Lothoré <alexis.lothore@bootlin.com>
Sun, 22 Oct 2023 17:49:38 +0000 (19:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Oct 2023 09:49:17 +0000 (10:49 +0100)
commitd3f536b3fc3f7027f6f5cf8bdaf5d7c050c7974b
tree8cdb205174a970d8d80679e0ab15a475b19558be
parent6de4426d9a7da67deed7d3a3918892fb56238ff3
scripts/yocto_testresults_query: add option to change display limit

Add a "-l"/"--limit" option to allow changing the display limit in
resulttool.
- If no value is passed, resulttool uses its default value.
- If 0 is passed, the display limit is removed and every regression will be
  displayed
- If a custom value is passed, this value overrides the vlaue configured in
  resulttool

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/yocto_testresults_query.py