]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Support extra test features
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:10 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commiteca46538358a6e75f1d82bff81720a09050c09f9
treee274b129c3fdcbca032673855fd63583cbace839
parent6e64ae22c2bbb540a8c84193578b8cf0d03f42b9
patman: Support extra test features

Provide support for the -X flag, which preserves the working directory
used by tests. Also support -N which shows captured output for tests.

Finally, allow selection of a particular test to run.

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