提交 ec186cee 编写于 作者: J James Myatt

(test) Ensure tests use consistent python executables

Signed-off-by: NJames Myatt <james@jamesmyatt.co.uk>
上级 5d00a0a7
......@@ -39,7 +39,7 @@ env['PYTHONPATH'] = '../../src' + os.pathsep + pp
def start_client():
args = ['python', ] + sys.argv[1:]
args = [sys.executable, ] + sys.argv[1:]
client = subprocess.Popen(args, env=env)
return client
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册