]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Don't remove entire output directory when testing
authorSimon Glass <sjg@chromium.org>
Tue, 2 Dec 2014 00:33:56 +0000 (17:33 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 15 Jan 2015 05:16:52 +0000 (21:16 -0800)
commit0740127f4d59564a8bdb64c59fb4f5c2357350f9
treec7206912827df0876c76e469afde11803f2b7192
parent5971ab5c44cb0c32c88fcdc90a3a9b6430463c4c
buildman: Don't remove entire output directory when testing

When running tests the output directory is often wiped. This is only safe if
a branch is being built. The output directory may contain other things
besides the buildman test output.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py