summaryrefslogtreecommitdiff
path: root/java/test/Ice/interrupt/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/interrupt/run.py')
-rw-r--r--java/test/Ice/interrupt/run.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test/Ice/interrupt/run.py b/java/test/Ice/interrupt/run.py
index 3cbc4137c5e..012b74ea130 100644
--- a/java/test/Ice/interrupt/run.py
+++ b/java/test/Ice/interrupt/run.py
@@ -22,3 +22,6 @@ import TestUtil
print("tests with regular server.")
TestUtil.clientServerTest()
+
+print("tests with collocated server.")
+TestUtil.collocatedTest() \ No newline at end of file