diff options
author | Michi Henning <michi@zeroc.com> | 2004-02-23 02:11:23 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-02-23 02:11:23 +0000 |
commit | e144f79172ef8992b1d498618d50b47ebe8827cf (patch) | |
tree | b9fa234d76a5f9d708503d2285de4700af3d4c3f /cpp/test/Ice/slicing/exceptions/run.py | |
parent | fix (diff) | |
download | ice-e144f79172ef8992b1d498618d50b47ebe8827cf.tar.bz2 ice-e144f79172ef8992b1d498618d50b47ebe8827cf.tar.xz ice-e144f79172ef8992b1d498618d50b47ebe8827cf.zip |
Added AMI and AMD tests.
Diffstat (limited to 'cpp/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-x | cpp/test/Ice/slicing/exceptions/run.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/slicing/exceptions/run.py b/cpp/test/Ice/slicing/exceptions/run.py index d42a594f9c1..688bf10710b 100755 --- a/cpp/test/Ice/slicing/exceptions/run.py +++ b/cpp/test/Ice/slicing/exceptions/run.py @@ -27,5 +27,8 @@ import TestUtil name = os.path.join("Ice", "slicing", "exceptions") +print "tests with regular server." TestUtil.clientServerTest(name) +print "tests with AMD server." +TestUtil.clientServerTestWithOptionsAndNames(name, "", "", "serveramd", "client") sys.exit(0) |