buildman: Specify the output directory in tests
authorSimon Glass <sjg@chromium.org>
Tue, 25 Jul 2023 14:13:22 +0000 (08:13 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 25 Jul 2023 15:39:38 +0000 (11:39 -0400)
commitad1c9b26a86bdccf6a10e3369b1009cde2b04365
tree83a372c3dbdf7df9cbb14587300dbcce50f6b70b
parent94e7cb181ad6bd25d36a11c58e0df64e9f815888
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>
tools/buildman/func_test.py