commit | 883a321a4bee2d2b2f16e445060c17494e76bc48 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 05 19:00:18 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 09 16:38:29 2014 -0600 |
tree | d1b7d726d930b5bf2a8963fec16b843251fe981c | |
parent | fb3954f9ea444100be70f175bbedb685e397c540 [diff] |
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>