diff options
Diffstat (limited to 'cpp/test/Ice/udp/run.py')
-rwxr-xr-x | cpp/test/Ice/udp/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/udp/run.py b/cpp/test/Ice/udp/run.py index d648b279327..ddc8c7e76eb 100755 --- a/cpp/test/Ice/udp/run.py +++ b/cpp/test/Ice/udp/run.py @@ -10,7 +10,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] |