qemu-devel
[Top][All Lists]
Advanced

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

Re: does make check now require TCG? Or is it a parallelism issue?


From: Paolo Bonzini
Subject: Re: does make check now require TCG? Or is it a parallelism issue?
Date: Fri, 9 Oct 2020 13:49:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 09/10/20 12:28, Claudio Fontana wrote:
> Running test qtest-x86_64: qos-test
> ERROR qtest-x86_64: bios-tables-test - too few tests run (expected 23, got 22)
> make: *** [Makefile.mtest:1326: run-test-187] Error 1
> make: *** Waiting for unfinished jobs....
> 
> What am I missing here?

This is something else that is crashing.

You want to do (as for any other test; this should be documented)

  make -j12 check-qtest V=1

and then cut-and-paste the bios-tables-test line, which should be something like

  QTEST_QEMU_IMG=./qemu-img \
    
G_TEST_DBUS_DAEMON=/home/pbonzini/work/upstream/qemu/tests/dbus-vmstate-daemon.sh
 \
    QTEST_QEMU_BINARY=./qemu-system-x86_64 \
    tests/qtest/bios-tables-test --tap -k

Paolo




reply via email to

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