commit | ad1c9b26a86bdccf6a10e3369b1009cde2b04365 | [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 | 94e7cb181ad6bd25d36a11c58e0df64e9f815888 [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>