diff options
Diffstat (limited to 'cpp/test/Ice/plugin/run.py')
-rwxr-xr-x | cpp/test/Ice/plugin/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Ice/plugin/run.py b/cpp/test/Ice/plugin/run.py index 0fb29bd2923..e925f3c7010 100755 --- a/cpp/test/Ice/plugin/run.py +++ b/cpp/test/Ice/plugin/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] @@ -22,4 +22,3 @@ import TestUtil client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client) - |