summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/threadPoolPriority/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/threadPoolPriority/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/threadPoolPriority/run.py')
-rwxr-xr-xcpp/test/Ice/threadPoolPriority/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/threadPoolPriority/run.py b/cpp/test/Ice/threadPoolPriority/run.py
index 4a6cdf89445..d494e7d662c 100755
--- a/cpp/test/Ice/threadPoolPriority/run.py
+++ b/cpp/test/Ice/threadPoolPriority/run.py
@@ -22,5 +22,5 @@ import TestUtil
TestUtil.queueClientServerTest(message = "Running test with default server thread pool.")
TestUtil.queueClientServerTest(configName = "custom", message = "Running test with custom server thread pool.",
- server = "servercustom")
+ server = TestUtil.getTestExecutable("servercustom"))
TestUtil.runQueuedTests()