From 7efcce23067e3bb3a89ce45d46a42a109cc8cd1e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 21 Apr 2015 17:39:24 +0100 Subject: [PATCH] target_cmd_build: Delete build-ok-stamp before starting Many of the callers of target_cmd_build use a build-ok-stamp idiom to detect failed builds. This idiom does not work if the stamp file exists already, so delete it. In the future we may move more of the test build-ok-stamp, echo ok, into TestSupport, but this will do for now. Signed-off-by: Ian Jackson --- Osstest/TestSupport.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index b50ad0a..3ff70a5 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -593,6 +593,7 @@ END END exec