diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/run.py')
-rwxr-xr-x | cpp/test/Ice/exceptions/run.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/run.py b/cpp/test/Ice/exceptions/run.py index 39b9b18a4b9..33bdf2195da 100755 --- a/cpp/test/Ice/exceptions/run.py +++ b/cpp/test/Ice/exceptions/run.py @@ -27,6 +27,10 @@ import TestUtil name = os.path.join("Ice", "exceptions") +print "tests with regular server." TestUtil.clientServerTest(name) +print "tests with AMD server." +TestUtil.clientServerTestWithOptionsAndNames(name, "", "", "serveramd", "client") +print "tests with collocated server." TestUtil.collocatedTest(name) sys.exit(0) |