[PATCH] tests/Makefile.include: export PYTHON for check-block.sh

2021-01-28 Thread Vladimir Sementsov-Ogievskiy
check-block.sh called by make check-block rely on PYTHON variable being set. Fixes: f203080bbd9f9e5b31041b1f2afcd6040c5aaec5 Signed-off-by: Vladimir Sementsov-Ogievskiy --- Hi! As Peter reported, build fails on platforms where python3 is not /usr/bin/python3.. This patch should help. At least it

Re: [PATCH] tests/Makefile.include: export PYTHON for check-block.sh

2021-01-29 Thread Thomas Huth
On 29/01/2021 06.13, Vladimir Sementsov-Ogievskiy wrote: check-block.sh called by make check-block rely on PYTHON variable being set. Fixes: f203080bbd9f9e5b31041b1f2afcd6040c5aaec5 Signed-off-by: Vladimir Sementsov-Ogievskiy --- Hi! As Peter reported, build fails on platforms where python3 is

Re: [PATCH] tests/Makefile.include: export PYTHON for check-block.sh

2021-01-29 Thread Vladimir Sementsov-Ogievskiy
29.01.2021 11:25, Thomas Huth wrote: On 29/01/2021 06.13, Vladimir Sementsov-Ogievskiy wrote: check-block.sh called by make check-block rely on PYTHON variable being set. Fixes: f203080bbd9f9e5b31041b1f2afcd6040c5aaec5 Signed-off-by: Vladimir Sementsov-Ogievskiy --- Hi! As Peter reported, bui

Re: [PATCH] tests/Makefile.include: export PYTHON for check-block.sh

2021-01-29 Thread Thomas Huth
On 29/01/2021 06.13, Vladimir Sementsov-Ogievskiy wrote: check-block.sh called by make check-block rely on PYTHON variable being set. Fixes: f203080bbd9f9e5b31041b1f2afcd6040c5aaec5 Signed-off-by: Vladimir Sementsov-Ogievskiy --- Hi! As Peter reported, build fails on platforms where python3 is

Re: [PATCH] tests/Makefile.include: export PYTHON for check-block.sh

2021-01-29 Thread Kevin Wolf
Am 29.01.2021 um 06:13 hat Vladimir Sementsov-Ogievskiy geschrieben: > check-block.sh called by make check-block rely on PYTHON variable being > set. > > Fixes: f203080bbd9f9e5b31041b1f2afcd6040c5aaec5 > Signed-off-by: Vladimir Sementsov-Ogievskiy Thanks, applied to the block branch. Kevin