summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/run.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-02-26 20:46:27 +0100
committerJose <jose@zeroc.com>2016-02-26 20:46:27 +0100
commit62cba8cd46a535585a4422daab489f114feab6f3 (patch)
treec77e9cec24a570b06024a3c6a1552b8e6eb20ec6 /cpp/test/Ice/operations/run.py
parentupdating changelog for ICE-6844 (diff)
downloadice-62cba8cd46a535585a4422daab489f114feab6f3.tar.bz2
ice-62cba8cd46a535585a4422daab489f114feab6f3.tar.xz
ice-62cba8cd46a535585a4422daab489f114feab6f3.zip
Windows msbuild build updates
Diffstat (limited to 'cpp/test/Ice/operations/run.py')
-rwxr-xr-xcpp/test/Ice/operations/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/operations/run.py b/cpp/test/Ice/operations/run.py
index d69e9be2733..f8e0b3efa35 100755
--- a/cpp/test/Ice/operations/run.py
+++ b/cpp/test/Ice/operations/run.py
@@ -23,6 +23,6 @@ import TestUtil
TestUtil.queueClientServerTest(additionalClientOptions = "--Ice.Warn.AMICallback=0")
TestUtil.queueClientServerTest(configName = "amd", localOnly = True, message = "Running test with AMD server.",
additionalClientOptions = "--Ice.Warn.AMICallback=0",
- server = "serveramd")
+ server = TestUtil.getTestExecutable("serveramd"))
TestUtil.queueCollocatedTest()
TestUtil.runQueuedTests()