]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
buildman: Provide an internal option to clean the outpur dir
authorSimon Glass <sjg@chromium.org>
Sat, 6 Sep 2014 01:00:18 +0000 (19:00 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 22:38:29 +0000 (16:38 -0600)
commit883a321a4bee2d2b2f16e445060c17494e76bc48
treed1b7d726d930b5bf2a8963fec16b843251fe981c
parentfb3954f9ea444100be70f175bbedb685e397c540
buildman: Provide an internal option to clean the outpur dir

For testing it is useful to clean the output directory before running a
test. This avoids a test interfering with the results of a subsequent
test by leaving data around.

Add this feature as an optional parameter to the control logic.

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