summaryrefslogtreecommitdiff
path: root/cpp/test/IceDiscovery/simple/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceDiscovery/simple/run.py')
-rwxr-xr-xcpp/test/IceDiscovery/simple/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceDiscovery/simple/run.py b/cpp/test/IceDiscovery/simple/run.py
index 5de3fedd862..c0fc391b068 100755
--- a/cpp/test/IceDiscovery/simple/run.py
+++ b/cpp/test/IceDiscovery/simple/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"))
num = 3