qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/3] make check: Add qemu-iotests subset


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2 2/3] make check: Add qemu-iotests subset
Date: Fri, 9 Mar 2012 13:20:51 +0000

On Fri, Mar 9, 2012 at 12:46 PM, Kevin Wolf <address@hidden> wrote:
> Run the 'quick' group from qemu-iotests during 'make check'.
>
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  tests/Makefile              |    5 +++++
>  tests/qemu-iotests-quick.sh |   17 +++++++++++++++++
>  2 files changed, 22 insertions(+), 0 deletions(-)
>  create mode 100755 tests/qemu-iotests-quick.sh
>
> diff --git a/tests/Makefile b/tests/Makefile
> index 74b29dc..571ad42 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -1,6 +1,9 @@
> +export SRC_PATH

I'm not sure I like this.  Could we avoid this with:

cd $(dirname "$0")/tests/qemu-iotests

instead of using SRC_PATH in qemu-iotests-quick.sh?



reply via email to

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