diff options
Diffstat (limited to 'py/test/Ice/exceptions/run.py')
-rwxr-xr-x | py/test/Ice/exceptions/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/test/Ice/exceptions/run.py b/py/test/Ice/exceptions/run.py index be8aafad276..51376f12695 100755 --- a/py/test/Ice/exceptions/run.py +++ b/py/test/Ice/exceptions/run.py @@ -26,4 +26,6 @@ print "tests with regular server." TestUtil.clientServerTest(name) print "tests with AMD server." TestUtil.clientServerTestWithOptionsAndNames(name, "", "", "ServerAMD.py", "Client.py") +print "tests with collocated server." +TestUtil.collocatedTest(name) sys.exit(0) |