diff options
Diffstat (limited to 'cpp/test/Glacier2/ssl/run.py')
-rwxr-xr-x | cpp/test/Glacier2/ssl/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Glacier2/ssl/run.py b/cpp/test/Glacier2/ssl/run.py index 53dbc8ba07a..7795021f2cd 100755 --- a/cpp/test/Glacier2/ssl/run.py +++ b/cpp/test/Glacier2/ssl/run.py @@ -20,8 +20,8 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil -server = os.path.join(os.getcwd(), "server") -client = os.path.join(os.getcwd(), "client") +server = os.path.join(os.getcwd(), TestUtil.getTestExecutable("server")) +client = os.path.join(os.getcwd(), TestUtil.getTestExecutable("client")) router = TestUtil.getGlacier2Router() targets = [] |