Re: [PATCH v2 22/23] travis/gitlab/azure: Drop repeated buildman call with test.py

2020-03-16 Thread Tom Rini
On Sun, Mar 15, 2020 at 05:43:02PM -0600, Simon Glass wrote: > It does not seem to be necessary to run buildman again to show errors, > since any errors can be shown by the first invocation and there is only > a single board being built. Update this to simplify the code, using the > -e flag to mak

[PATCH v2 22/23] travis/gitlab/azure: Drop repeated buildman call with test.py

2020-03-15 Thread Simon Glass
It does not seem to be necessary to run buildman again to show errors, since any errors can be shown by the first invocation and there is only a single board being built. Update this to simplify the code, using the -e flag to make sure errors are shown. Signed-off-by: Simon Glass --- Changes in