]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Simplify test_find_new_responses()
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:20 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commit289f4242c5d1290b3b474ff971131136dd7cbb7f
treecca590b2dd5c28f136473347cf72ca4fa1336566
parent3fd99e2177c17539f4101151cb061e8f7700d6a1
patman: Simplify test_find_new_responses()

This test uses the find_new_responses() function which combines
accessing patchwork and processing the results.

Since the test is aimed at testing processing, adjust it to call
process_reviews() instead.

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