summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-12-11 18:12:30 -0330
committerMatthew Newhook <matthew@zeroc.com>2009-12-11 18:12:30 -0330
commitc52e1bd926a74f964de5aee449765ad4cf9d60ab (patch)
tree3e3b7d766ac56df7a42431f91bde827d762a69ca /scripts/TestUtil.py
parentfix bug with getDefaultMapping under Windows. (diff)
downloadice-c52e1bd926a74f964de5aee449765ad4cf9d60ab.tar.bz2
ice-c52e1bd926a74f964de5aee449765ad4cf9d60ab.tar.xz
ice-c52e1bd926a74f964de5aee449765ad4cf9d60ab.zip
typo.
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 5ede73748ae..8bdf76181d2 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -671,7 +671,7 @@ def getDefaultMapping():
for i in range(0, len(here)):
if here[i] in ["cpp", "cs", "java", "php", "py", "rb", "cppe", "javae", "tmp"]:
return here[i]
- raise "cannot find language dir"
+ raise "cannot determine mapping"
class DriverConfig:
lang = None