diff options
author | Jose <jose@zeroc.com> | 2016-02-26 20:46:27 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-02-26 20:46:27 +0100 |
commit | 62cba8cd46a535585a4422daab489f114feab6f3 (patch) | |
tree | c77e9cec24a570b06024a3c6a1552b8e6eb20ec6 /cpp/test/Ice/threadPoolPriority/run.py | |
parent | updating changelog for ICE-6844 (diff) | |
download | ice-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-x | cpp/test/Ice/threadPoolPriority/run.py | 2 |
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() |