aboutsummaryrefslogtreecommitdiff
path: root/tests/vm/ubuntu.i386
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2018-07-30 15:26:43 +0100
committerPeter Maydell <peter.maydell@linaro.org>2018-07-30 19:19:15 +0100
commitbe65a4acb3ecbb9930ca55426f15fcaa60f303dd (patch)
treea9e0c443cf701f0b47fc6519f66707ade211d99b /tests/vm/ubuntu.i386
parent1abb2f13fdacea38694226b153e9563eda30f98c (diff)
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>
Diffstat (limited to 'tests/vm/ubuntu.i386')
-rwxr-xr-xtests/vm/ubuntu.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/ubuntu.i386 b/tests/vm/ubuntu.i386
index 059d295865..7ea2532707 100755
--- a/tests/vm/ubuntu.i386
+++ b/tests/vm/ubuntu.i386
@@ -26,7 +26,7 @@ class UbuntuX86VM(basevm.BaseVM):
tar -xf /dev/vdb;
./configure {configure_opts};
make -j{jobs};
- make -j{jobs} check;
+ make check -j{jobs} {verbose};
"""
def _gen_cloud_init_iso(self):