]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Hide the test options unless test code is available
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:10 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit5cfb73b5902d46f656657c765c61e84980d9989c
tree3b65536e4a02b471221f891353703b2f38234087
parent793aa1761929bc95fe88ef8d0f9747833d185f36
buildman: Hide the test options unless test code is available

It doesn't make much sense to expose tests when buildman is running
outside of the U-Boot git checkout. Hide the option in this case

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/cmdline.py