From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaRWR-0006Eg-JI for qemu-devel@nongnu.org; Mon, 29 Feb 2016 12:22:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaRWM-0003mI-L6 for qemu-devel@nongnu.org; Mon, 29 Feb 2016 12:22:15 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:38315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaRWM-0003lC-9x for qemu-devel@nongnu.org; Mon, 29 Feb 2016 12:22:10 -0500 Received: by mail-wm0-x229.google.com with SMTP id l68so68267469wml.1 for ; Mon, 29 Feb 2016 09:22:09 -0800 (PST) References: <1455626399-7111-1-git-send-email-famz@redhat.com> <20160224071736.GA28655@ad.usersys.redhat.com> <87a8mjk1s2.fsf@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <87a8mjk1s2.fsf@linaro.org> Date: Mon, 29 Feb 2016 17:22:06 +0000 Message-ID: <8737sbjutd.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 00/15] tests: Introducing docker tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, peter.maydell@linaro.org, sw@weilnetz.de, qemu-devel@nongnu.org, stefanha@redhat.com, Paolo Bonzini , jsnow@redhat.com, david@gibson.dropbear.id.au Alex Bennée writes: > Fam Zheng writes: > >> On Tue, 02/16 20:39, Fam Zheng wrote: >>> v2: - Fix a few coding style warnings of shellcheck and pylint. >>> [Marc-André Lureau] >>> - Rename make targets: >>> docker-run => docker-test >>> docker-build => docker-image >>> docker-run-$TEST.sh@$IMAGE => docker-$TEST@$IMAGE >>> - In help, document the magic makefile vars which are >>> "IMAGES=", "TESTS=", "J=" and "PAUSE=" >>> - Rename test-basic => test-quick >>> - Move docker files to tests/docker/dockerfiles/ >>> - Add "test-full" that builds all targets >>> - Workaround broken clang for fedora 23 >>> - Add commit log for .gitignore changes [Alex] >>> - Add "rev-by" in patch 13. [Alex] >>> - Add patch 14 to make debugging easier [Alex] >>> - Adopt Alex's "git archive" idea >> >> Alex, any comments on this? > > Yeah sorry for the delay, I'm just starting on this now. OK I'm not sure I can go on without an easier way off seeing where it is failing when it fails. Can we pass optional verbosity down to the final build and tests? -- Alex Bennée