summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/dispatcher/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/dispatcher/run.py')
-rwxr-xr-xcpp/test/Ice/dispatcher/run.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpp/test/Ice/dispatcher/run.py b/cpp/test/Ice/dispatcher/run.py
index 0816938a196..eb52f00447a 100755
--- a/cpp/test/Ice/dispatcher/run.py
+++ b/cpp/test/Ice/dispatcher/run.py
@@ -20,7 +20,6 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0], "scripts"))
import TestUtil
-print("tests with regular server.")
-TestUtil.clientServerTest()
-print("tests with collocated server.")
-TestUtil.collocatedTest()
+TestUtil.queueClientServerTest()
+TestUtil.queueCollocatedTest()
+TestUtil.runQueuedTests()