diff options
Diffstat (limited to 'cpp/test/Ice/locationForward/run.py')
-rwxr-xr-x | cpp/test/Ice/locationForward/run.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/test/Ice/locationForward/run.py b/cpp/test/Ice/locationForward/run.py index 2fba1589028..722cc7dbc5e 100755 --- a/cpp/test/Ice/locationForward/run.py +++ b/cpp/test/Ice/locationForward/run.py @@ -25,7 +25,9 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil -testdir = os.path.join(toplevel, "test", "Ice", "locationForward") +name = os.path.join("Ice", "locationForward") +testdir = os.path.join(toplevel, "test", name) + server = os.path.join(testdir, "server") client = os.path.join(testdir, "client") |