From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 5/6] TestSupport::broken: Update status of `preparing' jobs Date: Wed, 21 May 2014 12:42:07 +0100 Message-ID: <1400672528-16185-5-git-send-email-ian.jackson@eu.citrix.com> References: <1400672528-16185-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.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Wn4wj-0007KY-7M for xen-devel@lists.xenproject.org; Wed, 21 May 2014 11:44:33 +0000 In-Reply-To: <1400672528-16185-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: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org If the current job is preparing, and we call broken, then we should update the status to that supplied by broken's caller. Signed-off-by: Ian Jackson --- Osstest/TestSupport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index e906dff..4187b6c 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -206,7 +206,7 @@ sub broken ($;$) { $affected= $dbh_tests->do(<0 ? "marked $flight.$job $newst" -- 1.7.10.4