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

2020-04-11 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:43:00AM -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

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

2020-03-23 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:43:00AM -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 v3 22/23] travis/gitlab/azure: Drop repeated buildman call with test.py

2020-03-18 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