summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/run.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-12-09 19:54:51 +0000
committerMarc Laukien <marc@zeroc.com>2001-12-09 19:54:51 +0000
commitff2cdbada1355055b60e36a53d8bdb160abacc0a (patch)
treece00902f17e79811f65c149354584e8fed440231 /cpp/test/Ice/exceptions/run.py
parentfixes (diff)
downloadice-ff2cdbada1355055b60e36a53d8bdb160abacc0a.tar.bz2
ice-ff2cdbada1355055b60e36a53d8bdb160abacc0a.tar.xz
ice-ff2cdbada1355055b60e36a53d8bdb160abacc0a.zip
lots of fixes
Diffstat (limited to 'cpp/test/Ice/exceptions/run.py')
-rwxr-xr-xcpp/test/Ice/exceptions/run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/run.py b/cpp/test/Ice/exceptions/run.py
index 671c94b03c8..cf4e4c70ca7 100755
--- a/cpp/test/Ice/exceptions/run.py
+++ b/cpp/test/Ice/exceptions/run.py
@@ -12,6 +12,7 @@
import os, sys
for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
+ toplevel = os.path.normpath(toplevel)
if os.path.exists(os.path.join(toplevel, "config", "TestUtil.py")):
break
else: