From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 9 Oct 2018 17:01:35 -0700 Subject: [U-Boot] [PATCH v2 12/17] binman: Separate out testSplBssPad() In-Reply-To: <20181002031247.93384-13-sjg@chromium.org> References: <20181002031247.93384-13-sjg@chromium.org> <20181002031247.93384-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de At present this test runs binman twice, which means that the temporary files from the first run do not get cleaned up. Split this into two tests to fix this problem. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/ftest.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Applied to u-boot-dm