summaryrefslogtreecommitdiff
path: root/tests/vm
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-07-24 11:58:48 +0200
committerThomas Huth <thuth@redhat.com>2019-09-05 13:18:52 +0200
commit4631332675dc4610b6b8c77bbe5646182e36ec46 (patch)
tree9b3d5d5f604546a75a0fd4eb647ac099c45b5a39 /tests/vm
parentdd210749727530cdef7c335040edbf81c3c5d041 (diff)
downloadqemu-4631332675dc4610b6b8c77bbe5646182e36ec46.zip
tests/vm: Take the J=x setting into account for the vm-boot-ssh targets, too
For testing whether the VMs can deal with multiple CPUs correctly, it is useful to be able to use the "J=<cpus>" setting for the vm-boot-ssh targets, too. Message-Id: <20190726100207.19112-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm')
-rw-r--r--tests/vm/Makefile.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 3560716092..fea348e845 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -80,6 +80,7 @@ vm-boot-serial-%: $(IMAGES_DIR)/%.img
vm-boot-ssh-%: $(IMAGES_DIR)/%.img
$(call quiet-command, \
$(SRC_PATH)/tests/vm/$* \
+ $(if $(J),--jobs $(J)) \
--image "$<" \
--interactive \
false, \