summaryrefslogtreecommitdiff
path: root/py/test/Ice/inheritance/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/inheritance/run.py')
-rwxr-xr-xpy/test/Ice/inheritance/run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/test/Ice/inheritance/run.py b/py/test/Ice/inheritance/run.py
index 742b6baa1f5..71b14f85ee7 100755
--- a/py/test/Ice/inheritance/run.py
+++ b/py/test/Ice/inheritance/run.py
@@ -23,4 +23,5 @@ import TestUtil
name = os.path.join("Ice", "inheritance")
TestUtil.clientServerTest(name)
+TestUtil.collocatedTest(name)
sys.exit(0)