commit | 49d8cc4cbe18c7ffdc7e9699b9b64545288ecb1f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 28 10:47:37 2023 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 31 08:32:52 2023 +1300 |
tree | e11ee6386e9a1425ac3df4fe425bf3d703d160e2 | |
parent | 565681e596381b5b6db59cf06931e698f2d829e5 [diff] |
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>