3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-21 22:09:23 +01:00

t-runner: Specify a python version to run

This commit is contained in:
Tim Kourt 2016-11-30 15:56:12 -08:00 committed by Denis Kenzior
parent 8d7b88ad25
commit f21698095b

View File

@ -1313,7 +1313,7 @@ start_next_test:
if (!py_test)
return;
argv[0] = "python";
argv[0] = "python3";
argv[1] = py_test;
argv[2] = NULL;