summaryrefslogtreecommitdiff
path: root/cs/test/Ice/slicing/exceptions/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-xcs/test/Ice/slicing/exceptions/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/slicing/exceptions/run.py b/cs/test/Ice/slicing/exceptions/run.py
index 1d775e78766..d9bf3cb0265 100755
--- a/cs/test/Ice/slicing/exceptions/run.py
+++ b/cs/test/Ice/slicing/exceptions/run.py
@@ -10,7 +10,7 @@
import os, sys, getopt
-for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
+for toplevel in [".", "..", "../..", "../../..", "../../../..", "../../../../.."]:
toplevel = os.path.normpath(toplevel)
if os.path.exists(os.path.join(toplevel, "config", "TestUtil.py")):
break