qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/6] tests/docker/test-user: a simple linux-user


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH 2/6] tests/docker/test-user: a simple linux-user test
Date: Mon, 31 Oct 2016 10:20:27 +0800
User-agent: Mutt/1.7.1 (2016-10-04)

On Fri, 10/28 17:33, Alex Bennée 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

> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  tests/docker/test-user | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100755 tests/docker/test-user
> 
> 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ée <address@hidden>
> +#
> +# 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
> -- 
> 2.10.1
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]