summaryrefslogtreecommitdiff
path: root/py/test/Ice/slicing/exceptions/run.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-12-18 14:18:17 -0330
committerDwayne Boone <dwayne@zeroc.com>2007-12-18 14:18:17 -0330
commit88c188cb080569a1f31076b747292449a96e580e (patch)
tree8d32c23cf593c3d292a3619f59963365f8024275 /py/test/Ice/slicing/exceptions/run.py
parentRemoved checked-in generated files from C++ multicast demo. (diff)
downloadice-88c188cb080569a1f31076b747292449a96e580e.tar.bz2
ice-88c188cb080569a1f31076b747292449a96e580e.tar.xz
ice-88c188cb080569a1f31076b747292449a96e580e.zip
Fixed run.py scripts to work with new dir structure
Diffstat (limited to 'py/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-xpy/test/Ice/slicing/exceptions/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/slicing/exceptions/run.py b/py/test/Ice/slicing/exceptions/run.py
index 69b009cbbcd..4fa9f463437 100755
--- a/py/test/Ice/slicing/exceptions/run.py
+++ b/py/test/Ice/slicing/exceptions/run.py
@@ -10,7 +10,7 @@
import os, sys
-for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
+for toplevel in [".", "..", "../..", "../../..", "../../../..", "../../../../.."]:
toplevel = os.path.normpath(toplevel)
if os.path.exists(os.path.join(toplevel, "config", "TestUtil.py")):
break