diff options
Diffstat (limited to 'cs/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-x | cs/test/Ice/slicing/exceptions/run.py | 2 |
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 |