qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH for-2.4] tests: Fix broken target


From: John Snow
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH for-2.4] tests: Fix broken targets check-report-qtest-*
Date: Mon, 20 Jul 2015 12:25:21 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0


On 07/18/2015 10:54 AM, Stefan Weil wrote:
> They need QTEST_QEMU_IMG. Without it, the tests raise an assertion:
> 
> $ make -C bin check-report-qtest-i386.xml
> make: Entering directory 'bin'
> GTESTER check-report-qtest-i386.xml
> blkdebug: Suspended request 'A'
> blkdebug: Resuming request 'A'
> ahci-test: tests/libqos/libqos.c:162:
>  mkimg: Assertion `qemu_img_path' failed.
> main-loop: WARNING: I/O thread spun for 1000 iterations
> 
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  tests/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/Makefile b/tests/Makefile
> index 2c4b8dc..8d26736 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -478,6 +478,7 @@ $(patsubst %, check-%, $(check-unit-y)): check-%: %
>  
>  $(patsubst %, check-report-qtest-%.xml, $(QTEST_TARGETS)): 
> check-report-qtest-%.xml: $(check-qtest-y)
>       $(call quiet-command,QTEST_QEMU_BINARY=$*-softmmu/qemu-system-$* \
> +             QTEST_QEMU_IMG=qemu-img$(EXESUF) \
>         gtester -q $(GTESTER_OPTIONS) -o $@ -m=$(SPEED) 
> $(check-qtest-$*-y),"GTESTER $@")
>  
>  check-report-unit.xml: $(check-unit-y)
> 

Tentatively:

Thanks, applied to my IDE tree:

https://github.com/jnsnow/qemu/commits/ide
https://github.com/jnsnow/qemu.git

--js



reply via email to

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