summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/retry/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/retry/run.py')
-rwxr-xr-xcsharp/test/Ice/retry/run.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/csharp/test/Ice/retry/run.py b/csharp/test/Ice/retry/run.py
index 73dc16e6fc7..5eabdba41f2 100755
--- a/csharp/test/Ice/retry/run.py
+++ b/csharp/test/Ice/retry/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()