diff options
| author | Peter Maydell | 2018-08-03 10:52:28 +0200 |
|---|---|---|
| committer | Fam Zheng | 2018-08-15 04:12:35 +0200 |
| commit | 41e3340afed6337907287d674c56d9ec5b6990ad (patch) | |
| tree | 5622db19bea62550e70103f9becb028042de94d2 /tests/vm/Makefile.include | |
| parent | tests/vm: Pass the jobs parallelism setting to 'make check' (diff) | |
| download | qemu-41e3340afed6337907287d674c56d9ec5b6990ad.tar.gz qemu-41e3340afed6337907287d674c56d9ec5b6990ad.tar.xz qemu-41e3340afed6337907287d674c56d9ec5b6990ad.zip | |
tests/vm: Propagate V=1 down into the make inside the VM
Invoking 'make vm-build-freebsd' and friends with V=1 should
propagate that verbosity setting down into the build run
inside the VM. Make sure we do that. This brings it into
line with how the container tests handle V=1.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20180803085230.30574-4-peter.maydell@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/vm/Makefile.include')
| -rw-r--r-- | tests/vm/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index a5abb569c5..76f416286e 100644 --- a/tests/vm/Makefile.include +++ b/tests/vm/Makefile.include @@ -40,6 +40,7 @@ vm-build-%: tests/vm/%.img $(if $(V)$(DEBUG), --debug) \ $(if $(DEBUG), --interactive) \ $(if $(J),--jobs $(J)) \ + $(if $(V),--verbose) \ --image "$<" \ --build-qemu $(SRC_PATH), \ " VM-BUILD $*") |
