bindings: python: fix python-tests-run make target
authorKent Gibson <warthog618@gmail.com>
Sun, 26 May 2024 11:32:34 +0000 (19:32 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 28 May 2024 09:13:15 +0000 (11:13 +0200)
commitdee10f08070d97d9dc8b1dfde7576fb1a8d81cc6
tree2bcffcf3db4fa01803e3e83d8dcffc6f7d031d95
parent8635780c1c21d7833c960d49a796be5553b3f624
bindings: python: fix python-tests-run make target

The python-tests-run target is broken as it does not correctly split
lines.  It also calls Python directly rather then through the $PYTHON
variable.

Fix the line splitting and call Python using the $PYTHON variable.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240526113234.253859-3-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/Makefile.am