]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Use python3 with /usr/bin/env
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:04:57 +0000 (13:04 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit77177ba82f12e8b4422c23414d7a68ba9a3f6e20
tree4534e8344367d069bacbe95e3557c2e08b3aeb06
parent31a1c4c9d840d4a311c8a7499a18861d351c80ac
patman: Use python3 with /usr/bin/env

If python2 is available then we must specify python3 here. Update the
test to handle this.

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