summaryrefslogtreecommitdiffstats
path: root/tests/vm/ubuntu.i386
diff options
context:
space:
mode:
authorAlex Bennée2019-01-21 17:34:35 +0100
committerAlex Bennée2019-02-08 18:32:35 +0100
commita4cefbcd9bc8403c4de8847d422451c2e85aa3f6 (patch)
tree765c519fe2ef51006b5610cccec5e28db715b71c /tests/vm/ubuntu.i386
parenttests/vm: move images to $HOME/.cache/qemu-vm/images (diff)
downloadqemu-a4cefbcd9bc8403c4de8847d422451c2e85aa3f6.tar.gz
qemu-a4cefbcd9bc8403c4de8847d422451c2e85aa3f6.tar.xz
qemu-a4cefbcd9bc8403c4de8847d422451c2e85aa3f6.zip
tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386
The "make check" target calls check-qtest which has the appropriate system binaries as dependencies so we shouldn't need to do two steps of make invocation. Doing it in two steps was a hangover from when our make check couldn't run tests in parallel. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests/vm/ubuntu.i386')
-rwxr-xr-xtests/vm/ubuntu.i3861
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm/ubuntu.i386 b/tests/vm/ubuntu.i386
index 1b7e1ab8f0..252e514859 100755
--- a/tests/vm/ubuntu.i386
+++ b/tests/vm/ubuntu.i386
@@ -26,7 +26,6 @@ class UbuntuX86VM(basevm.BaseVM):
sudo chmod a+r /dev/vdb;
tar -xf /dev/vdb;
./configure {configure_opts};
- make --output-sync -j{jobs};
make --output-sync check -j{jobs} {verbose};
"""