commit | be9b52c91318f925d0343de64d9988aa7e7c184b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 25 08:13:22 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 25 11:39:38 2023 -0400 |
tree | 83a372c3dbdf7df9cbb14587300dbcce50f6b70b | |
parent | 74aad4873751f45e42c062ff92c53e75c841b81b [diff] |
buildman: Specify the output directory in tests The default output directory is generally '../' in tests so we end up trying to create '../.bm-work'. This does not work with azure, so update these tests to use the temporary directory instead. Signed-off-by: Simon Glass <sjg@chromium.org>