diff options
Diffstat (limited to 'cpp/test/Ice/background/run.py')
-rwxr-xr-x | cpp/test/Ice/background/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/background/run.py b/cpp/test/Ice/background/run.py index ce8c5dd4b18..c1eec8b731d 100755 --- a/cpp/test/Ice/background/run.py +++ b/cpp/test/Ice/background/run.py @@ -20,4 +20,5 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil -TestUtil.clientServerTest() +TestUtil.queueClientServerTest() +TestUtil.runQueuedTests() |