tests: correct python usage in virtualenv 53/31953/5
authorKlement Sekera <ksekera@cisco.com>
Sat, 10 Apr 2021 10:37:04 +0000 (12:37 +0200)
committerOle Tr�an <otroan@employees.org>
Mon, 31 Jan 2022 15:08:27 +0000 (15:08 +0000)
commita8a9a8a569d43343f67219010bedc1e8b51824cb
tree59e24456f96c09ccfd41b5be4ad45b3514fe1c1e
parent01c1fa41f04fbc584165806d3f785cfbbd62cedc
tests: correct python usage in virtualenv

Use 'python3' for all python calls in virtualenv. Using $(PYTHON_INTERP)
(set to $(PYTHON)) is incorrect when $(PYTHON) contains absolute path
(e.g. '/usr/bin/pypy3') as it uses interpreter outside of virtualenv.

Type: fix
Change-Id: I19878360cfc1ab6a591e09a079b0b69c1a1a58cf
Signed-off-by: Klement Sekera <ksekera@cisco.com>
test/Makefile