diff options
| author | John Snow | 2021-09-23 02:49:31 +0200 |
|---|---|---|
| committer | John Snow | 2021-10-12 18:22:11 +0200 |
| commit | c163c723ef92d0f629d015902396f2c67328b2e5 (patch) | |
| tree | e138f7ee8fe46f50c65829d22f2a8f261a03acd7 /tests/Makefile.include | |
| parent | python/qmp: add send_fd_scm directly to QEMUMonitorProtocol (diff) | |
| download | qemu-c163c723ef92d0f629d015902396f2c67328b2e5.tar.gz qemu-c163c723ef92d0f629d015902396f2c67328b2e5.tar.xz qemu-c163c723ef92d0f629d015902396f2c67328b2e5.zip | |
python, iotests: remove socket_scm_helper
It's not used anymore, now.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20210923004938.3999963-11-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 7426522bbe..7bb8961515 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -148,7 +148,6 @@ check-acceptance: check-venv $(TESTS_RESULTS_DIR) get-vm-images check: ifeq ($(CONFIG_TOOLS)$(CONFIG_POSIX),yy) -QEMU_IOTESTS_HELPERS-$(CONFIG_LINUX) = tests/qemu-iotests/socket_scm_helper$(EXESUF) check: check-block export PYTHON check-block: $(SRC_PATH)/tests/check-block.sh qemu-img$(EXESUF) \ |
