[SCons] Fix running the Python 3 test suite
This commit is contained in:
parent
38532f800f
commit
8a8926849f
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ def make_python_tests(version):
|
|||
pyTest = addTestScript(
|
||||
name, 'python', 'runCythonTests.py',
|
||||
args=subset,
|
||||
interpreter='$python_cmd',
|
||||
interpreter='$python_cmd' if version == 2 else '$python3_cmd',
|
||||
dependencies=(localenv['python%i_module' % version] +
|
||||
localenv['python%i_extension' % version] +
|
||||
mglob(localenv, test_root, 'py')),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue