diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-11-16 09:56:50 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-11-16 09:56:50 +0100 |
commit | d6259aac12626d3fae8724435a6f3502cc23e54f (patch) | |
tree | 5967fb99023a53ad20ae4d261e3fb2d8cd5aca2f /python/test/Slice/unicodePaths/run.py | |
parent | Merge pull request #14 from AndiDog/feature/fix-updating-props-shared-communi... (diff) | |
parent | Added CHANGELOG entry for IceGrid bug and fix to use getPropertyAsInt (diff) | |
download | ice-d6259aac12626d3fae8724435a6f3502cc23e54f.tar.bz2 ice-d6259aac12626d3fae8724435a6f3502cc23e54f.tar.xz ice-d6259aac12626d3fae8724435a6f3502cc23e54f.zip |
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'python/test/Slice/unicodePaths/run.py')
-rw-r--r-- | python/test/Slice/unicodePaths/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/unicodePaths/run.py b/python/test/Slice/unicodePaths/run.py index c6d83009cac..566a3818b81 100644 --- a/python/test/Slice/unicodePaths/run.py +++ b/python/test/Slice/unicodePaths/run.py @@ -36,7 +36,7 @@ if TestUtil.isAIX() or TestUtil.isLinux(): if sys.version_info[0] == 2 and TestUtil.isWin32(): print("To run this test on Windows you need to be using Python 3.x") print("Python 2.x subprocess module doesn't support unicode on Windows") - print("Skipping tes") + print("Skipping test") sys.exit(0) if os.environ.get("USE_BIN_DIST", "no") == "yes": |