From: Thomas Huth Date: Wed, 24 Jul 2019 09:58:48 +0000 (+0200) Subject: tests/vm: Take the J=x setting into account for the vm-boot-ssh targets, too X-Git-Tag: v4.2.0-rc0~118^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4631332675dc4610b6b8c77bbe5646182e36ec46;p=thirdparty%2Fqemu.git 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=" setting for the vm-boot-ssh targets, too. Message-Id: <20190726100207.19112-1-thuth@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index 35607160921..fea348e845c 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, \