diff options
Diffstat (limited to 'cpp/test/Ice/dispatcher/run.py')
-rwxr-xr-x | cpp/test/Ice/dispatcher/run.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/dispatcher/run.py b/cpp/test/Ice/dispatcher/run.py index 33fc2e8f3ac..a40df1a1bcb 100755 --- a/cpp/test/Ice/dispatcher/run.py +++ b/cpp/test/Ice/dispatcher/run.py @@ -20,4 +20,7 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil +print("tests with regular server.") TestUtil.clientServerTest() +print("tests with collocated server.") +TestUtil.collocatedTest() |