From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SW0RC-0006y0-Cu for bitbake-devel@lists.openembedded.org; Sun, 20 May 2012 09:20:23 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q4K7AFTh006203; Sun, 20 May 2012 08:10:15 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03358-06; Sun, 20 May 2012 08:10:10 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q4K7A5NZ006194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 20 May 2012 08:10:06 +0100 Message-ID: <1337497804.28145.16.camel@ted> From: Richard Purdie To: Enrico Scholz Date: Sun, 20 May 2012 08:10:04 +0100 In-Reply-To: <1337421593-24163-1-git-send-email-enrico.scholz@sigma-chemnitz.de> References: <1337421593-24163-1-git-send-email-enrico.scholz@sigma-chemnitz.de> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Enrico Scholz , bitbake-devel@lists.openembedded.org Subject: Re: [PATCH] knotty2: return exit code X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 07:20:23 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2012-05-19 at 11:59 +0200, Enrico Scholz wrote: > From: Enrico Scholz > > 'bitbake -u knotty2' never failed which was caused by main() not > propagating the exit code. > > Signed-off-by: Enrico Scholz > --- > lib/bb/ui/knotty2.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Merged to master, thanks. Richard