summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/threadPoolPriority/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/threadPoolPriority/run.py')
-rw-r--r--csharp/test/Ice/threadPoolPriority/run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/test/Ice/threadPoolPriority/run.py b/csharp/test/Ice/threadPoolPriority/run.py
index 3f2e91f0009..5c9bb399cb3 100644
--- a/csharp/test/Ice/threadPoolPriority/run.py
+++ b/csharp/test/Ice/threadPoolPriority/run.py
@@ -20,4 +20,5 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0], "scripts"))
import TestUtil
-TestUtil.clientServerTest()
+TestUtil.queueClientServerTest()
+TestUtil.runQueuedTests()