diff options
Diffstat (limited to 'cpp/test/Ice/properties/run.py')
-rwxr-xr-x | cpp/test/Ice/properties/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/properties/run.py b/cpp/test/Ice/properties/run.py index 5b79ee8deee..3fc30655f5b 100755 --- a/cpp/test/Ice/properties/run.py +++ b/cpp/test/Ice/properties/run.py @@ -11,7 +11,7 @@ import os, sys -path = [ ".", "..", "../..", "../../..", "../../../.." ] +path = [ ".", "..", "../..", "../../..", "../../../..", "../../../../.." ] head = os.path.dirname(sys.argv[0]) if len(head) > 0: path = [os.path.join(head, p) for p in path] |