summaryrefslogtreecommitdiff
path: root/python/test/Slice/unicodePaths/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-11-16 09:56:50 +0100
committerBenoit Foucher <benoit@zeroc.com>2016-11-16 09:56:50 +0100
commitd6259aac12626d3fae8724435a6f3502cc23e54f (patch)
tree5967fb99023a53ad20ae4d261e3fb2d8cd5aca2f /python/test/Slice/unicodePaths/run.py
parentMerge pull request #14 from AndiDog/feature/fix-updating-props-shared-communi... (diff)
parentAdded CHANGELOG entry for IceGrid bug and fix to use getPropertyAsInt (diff)
downloadice-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.py2
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":