tools: buildman: Remove useless mkdir() in Make() in test.py
authorBin Meng <bmeng.cn@gmail.com>
Mon, 28 Oct 2019 14:25:00 +0000 (07:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2019 20:17:39 +0000 (16:17 -0400)
commit578b6372030f670151f109f00a87c0b9b281c998
tree0636342606ef3c0f4945c84024a8530b60bf74e1
parentbc750bca1246de09ca653141c1add7e10c04a37c
tools: buildman: Remove useless mkdir() in Make() in test.py

In the 'Make' function, the codes tries to create a directory
if current stage is 'build'. But the directory isn't used at
all anywhere.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/buildman/test.py