From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8TUh-0001z6-2l for qemu-devel@nongnu.org; Fri, 16 Mar 2012 05:30:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8TUH-0001yU-Cb for qemu-devel@nongnu.org; Fri, 16 Mar 2012 05:30:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8TUH-0001yO-3u for qemu-devel@nongnu.org; Fri, 16 Mar 2012 05:30:17 -0400 Message-ID: <4F630822.6070806@redhat.com> Date: Fri, 16 Mar 2012 10:30:10 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20120315080621.GB13870@stefanha-thinkpad.localdomain> <4F6224FF.8040606@weilnetz.de> In-Reply-To: <4F6224FF.8040606@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Adding "make check" to the QEMU buildbot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Daniel Gollub , Stefan Hajnoczi , qemu-devel@nongnu.org On 03/15/12 18:21, Stefan Weil wrote: > Am 15.03.2012 09:06, schrieb Stefan Hajnoczi: >> QEMU has grown a number of sanity tests that can be run using "make >> check". They are fast and do not require many resources. >> >> Is it possible to add "make check" after the build? >> >> We may have to deal with some failures in the beginning - either due to >> buildslave environment or legitimate broken platforms. But I think we >> can get all green pretty easily. >> >> Stefan > > You can combine build and check by running "make all check". It is useful to keep them as separate steps though as the error mails can tell you then which step failed. cheers, Gerd