Skip to content

Commit

Permalink
tests/Makefile.include: export PYTHON for check-block.sh
Browse files Browse the repository at this point in the history
check-block.sh called by make check-block rely on PYTHON variable being
set.

Fixes: f203080
Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Message-Id: <[email protected]>
Tested-by: Thomas Huth <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
  • Loading branch information
Vladimir Sementsov-Ogievskiy authored and kevmw committed Jan 29, 2021
1 parent 9da4a31 commit 4cea90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ 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) \
qemu-io$(EXESUF) qemu-nbd$(EXESUF) $(QEMU_IOTESTS_HELPERS-y) \
$(filter qemu-system-%, $(ninja-targets))
Expand Down

0 comments on commit 4cea90b

Please sign in to comment.