diff options
author | John Snow <jsnow@redhat.com> | 2021-09-22 20:49:31 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2021-10-12 12:22:11 -0400 |
commit | c163c723ef92d0f629d015902396f2c67328b2e5 (patch) | |
tree | e138f7ee8fe46f50c65829d22f2a8f261a03acd7 /tests/Makefile.include | |
parent | 514d00df5f44f220d0b97cc71323275067d3e60e (diff) | |
download | qemu-c163c723ef92d0f629d015902396f2c67328b2e5.zip qemu-c163c723ef92d0f629d015902396f2c67328b2e5.tar.gz qemu-c163c723ef92d0f629d015902396f2c67328b2e5.tar.bz2 |
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 7426522..7bb8961 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) \ |