summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/dispatcher/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/dispatcher/run.py')
-rwxr-xr-xcpp/test/Ice/dispatcher/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/dispatcher/run.py b/cpp/test/Ice/dispatcher/run.py
index 2307ecfe0a6..0816938a196 100755
--- a/cpp/test/Ice/dispatcher/run.py
+++ b/cpp/test/Ice/dispatcher/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]