buildman: Use spaces in the board list
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:38 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commit9ef0ceb7308c710a54bc900ea57a233c9e716b2d
tree11f03fe841b1d30a925e315164067908fcae6ebe
parent8c9a2674ee3669a6743e3e5133c87c7ee23a320e
buildman: Use spaces in the board list

At present the board names shown with -l are separated by commas. This
makes it hard to double-click to select a particular board. Also it is not
possible to select all boards and paste them as arguments to a subsequent
buildman run, since buildman requires spaces to separate the list on the
command line, not commas.

Change the output format to use spaces instead of commas.

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