summaryrefslogtreecommitdiff
path: root/python/test/Ice/inheritance/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/inheritance/run.py')
-rwxr-xr-xpython/test/Ice/inheritance/run.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/test/Ice/inheritance/run.py b/python/test/Ice/inheritance/run.py
index 9487c74a4f5..713b4e80f5f 100755
--- a/python/test/Ice/inheritance/run.py
+++ b/python/test/Ice/inheritance/run.py
@@ -20,5 +20,6 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0], "scripts"))
import TestUtil
-TestUtil.clientServerTest()
-TestUtil.collocatedTest()
+TestUtil.queueClientServerTest()
+TestUtil.queueCollocatedTest()
+TestUtil.runQueuedTests()