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>
This commit is contained in:
Simon Glass 2023-03-28 10:47:37 +13:00
parent 565681e596
commit 49d8cc4cbe

View file

@ -420,7 +420,7 @@ class Toolchains:
Returns:
Resolved string
>>> bsettings.Setup()
>>> bsettings.Setup(None)
>>> tcs = Toolchains()
>>> tcs.Add('fred', False)
>>> var_dict = {'oblique' : 'OBLIQUE', 'first' : 'fi${second}rst', \