commit | af43065f8def868e81c6b20b7c1ee7874bdcf0fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 09 15:08:31 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 21 06:33:47 2020 -0600 |
tree | 8abd41872204b956b893bbf81775442197ecf25a | |
parent | c3bc4f1fca360648894593cd02386456f7047069 [diff] |
buildman: Create temp directory in test setup Rather than having a few tests handle this themselves, create the temporary directory in the setUp() method and remove it in tearDown(). This will make it easier to add more tests. Only testOutput and testGit() actually need it, but it doesn't add to the test time noticeably to do this for all tests in this file. Signed-off-by: Simon Glass <sjg@chromium.org>