summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/run.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-12-06 16:36:08 +0000
committerMarc Laukien <marc@zeroc.com>2002-12-06 16:36:08 +0000
commitfda53102d9aa6ef19694e1b8c0b001cd3aae529e (patch)
tree149a69163e0d631e826ab5b3cb49e32fe9e39d24 /cpp/test/Ice/exceptions/run.py
parentInitial addition (diff)
downloadice-fda53102d9aa6ef19694e1b8c0b001cd3aae529e.tar.bz2
ice-fda53102d9aa6ef19694e1b8c0b001cd3aae529e.tar.xz
ice-fda53102d9aa6ef19694e1b8c0b001cd3aae529e.zip
amd merge
Diffstat (limited to 'cpp/test/Ice/exceptions/run.py')
-rwxr-xr-xcpp/test/Ice/exceptions/run.py4
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)