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