summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/inheritance/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/inheritance/run.py')
-rwxr-xr-xcpp/test/Ice/inheritance/run.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/test/Ice/inheritance/run.py b/cpp/test/Ice/inheritance/run.py
index bd5a8b078cf..2d96b653cfa 100755
--- a/cpp/test/Ice/inheritance/run.py
+++ b/cpp/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()