diff options
Diffstat (limited to 'cpp/test/Ice/slicing/objects/run.py')
-rwxr-xr-x | cpp/test/Ice/slicing/objects/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/slicing/objects/run.py b/cpp/test/Ice/slicing/objects/run.py index 770d4dc4630..42e284f164c 100755 --- a/cpp/test/Ice/slicing/objects/run.py +++ b/cpp/test/Ice/slicing/objects/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 |