diff options
Diffstat (limited to 'python/test/Ice/facets/run.py')
-rwxr-xr-x | python/test/Ice/facets/run.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/test/Ice/facets/run.py b/python/test/Ice/facets/run.py index 9487c74a4f5..713b4e80f5f 100755 --- a/python/test/Ice/facets/run.py +++ b/python/test/Ice/facets/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() |