summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/proxy/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/proxy/run.py')
-rwxr-xr-xcpp/test/Ice/proxy/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/proxy/run.py b/cpp/test/Ice/proxy/run.py
index ab0953a3b3a..1594867299b 100755
--- a/cpp/test/Ice/proxy/run.py
+++ b/cpp/test/Ice/proxy/run.py
@@ -22,6 +22,6 @@ import TestUtil
TestUtil.queueClientServerTest()
TestUtil.queueClientServerTest(configName = "amd", localOnly = True, message = "Running test with AMD server.",
- server = "serveramd")
+ server = TestUtil.getTestExecutable("serveramd"))
TestUtil.queueCollocatedTest()
TestUtil.runQueuedTests()