mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
t-runner: Specify a python version to run
This commit is contained in:
parent
8d7b88ad25
commit
f21698095b
@ -1313,7 +1313,7 @@ start_next_test:
|
|||||||
if (!py_test)
|
if (!py_test)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
argv[0] = "python";
|
argv[0] = "python3";
|
||||||
argv[1] = py_test;
|
argv[1] = py_test;
|
||||||
argv[2] = NULL;
|
argv[2] = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user