]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Correct overwriting of settings file
authorSimon Glass <sjg@chromium.org>
Mon, 27 Mar 2023 21:47:37 +0000 (10:47 +1300)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Mar 2023 19:32:52 +0000 (08:32 +1300)
commit49d8cc4cbe18c7ffdc7e9699b9b64545288ecb1f
treee11ee6386e9a1425ac3df4fe425bf3d703d160e2
parent565681e596381b5b6db59cf06931e698f2d829e5
buildman: Correct overwriting of settings file

The toolchain test causes the settings file to be overwritten, which is
annoying for local development. Fix it by passing None as the filename.

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