From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c12DA-0008Cd-DZ for qemu-devel@nongnu.org; Sun, 30 Oct 2016 22:20:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c12D9-0001Gq-J7 for qemu-devel@nongnu.org; Sun, 30 Oct 2016 22:20:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58430) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c12D9-0001Gj-DA for qemu-devel@nongnu.org; Sun, 30 Oct 2016 22:20:31 -0400 Date: Mon, 31 Oct 2016 10:20:27 +0800 From: Fam Zheng Message-ID: <20161031022027.GF30303@lemon> References: <20161028163339.31096-1-alex.bennee@linaro.org> <20161028163339.31096-3-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20161028163339.31096-3-alex.bennee@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/6] tests/docker/test-user: a simple linux-user test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: qemu-devel@nongnu.org On Fri, 10/28 17:33, Alex Benn=E9e wrote: > This is useful for checking an appropriately updated cross-arch docker > actually starts without having to do a full build. Can we call it "test-pass"? Fam >=20 > Signed-off-by: Alex Benn=E9e > --- > tests/docker/test-user | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100755 tests/docker/test-user >=20 > diff --git a/tests/docker/test-user b/tests/docker/test-user > new file mode 100755 > index 0000000..4871de7 > --- /dev/null > +++ b/tests/docker/test-user > @@ -0,0 +1,18 @@ > +#!/bin/bash -e > +# > +# A very simple test that checks qemu-linux-user binaries work > +# correctly in a cross-arch docker container. > +# > +# Copyright (c) 2016 Linaro. > +# > +# Authors: > +# Alex Benn=E9e > +# > +# This work is licensed under the terms of the GNU GPL, version 2 > +# or (at your option) any later version. See the COPYING file in > +# the top-level directory. > + > +. common.rc > + > +uname -a > +exit 0 > --=20 > 2.10.1 >=20 >=20