diff options
author | Joe George <joe@zeroc.com> | 2016-07-28 15:09:54 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-07-28 15:09:54 -0400 |
commit | ffa3cc95b15e5dbecdb7958e010bbef1b9803589 (patch) | |
tree | 944ad6381ea28eab1b2bb88855a3ce32ba4d98f0 /scripts/TestUtil.py | |
parent | Fixed deprecate on findObjectFactory (diff) | |
download | ice-ffa3cc95b15e5dbecdb7958e010bbef1b9803589.tar.bz2 ice-ffa3cc95b15e5dbecdb7958e010bbef1b9803589.tar.xz ice-ffa3cc95b15e5dbecdb7958e010bbef1b9803589.zip |
No python cross tests for non VC140 builds
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index e629ed77f29..809f06713b9 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -635,9 +635,10 @@ def run(tests, root = False): if isWin32(): cross.append("csharp") - # TODO: PHP only builds against VC140 + # PHP/Python only build with VC140 if getCppCompiler() != "VC140": cross.remove('php') + cross.remove('python') # TODO: We're currently not building Ruby on Windows cross.remove('ruby') |