mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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:
parent
565681e596
commit
49d8cc4cbe
1 changed files with 1 additions and 1 deletions
|
@ -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', \
|
||||
|
|
Loading…
Reference in a new issue