summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/threadPoolPriority/run.py
diff options
context:
space:
mode:
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()