buildman: Allow more results while building

The -v option enables display of build results while building, instead of
needing to do a separate summary step later (or in another terminal). But
this resets the build results after each commit, so that all errors are
reported fresh, without trying to diff them against previous errors
already shown.

Drop this reset, as an experiment, so see if this is useful.

Signed-off-by: Simon Glass <sjg@chromium.org>
1 file changed