From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH] target_cmd_build: Delete build-ok-stamp before starting Date: Wed, 22 Apr 2015 10:38:58 +0100 Message-ID: <1429695538.6604.2.camel@citrix.com> References: <1429634453-23488-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Ykr7W-0002tg-Qm for xen-devel@lists.xenproject.org; Wed, 22 Apr 2015 09:39:02 +0000 In-Reply-To: <1429634453-23488-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-04-21 at 17:40 +0100, Ian Jackson wrote: > 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 Acked-by: Ian Campbell