commit | 4e32fed4d3e068d6dc859c2aec86b8487646e805 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 18 09:42:55 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 10 21:32:53 2020 -0400 |
tree | 67773bebbb99aa87f87bcc0aa4fd2430f72517ce | |
parent | 5bd95d63d12395708f9377b971934da264dab43b [diff] |
gitlab/azure: Use -w flag for all test.py builds Avoid needing to know about the internal .bm-work directory, by passing the -w flag to buildman. This is not needed on travis since the -w flag is already used (from a previous patch). Drop the -P flag since this has no effect if -w is used. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>