summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/optional/run.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-10-14 16:15:38 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-10-14 16:15:38 -0230
commit204446586712f1f457b8416347541c7e32b44a9c (patch)
tree84aa9f85f95335e0576c744abe0fe930f460d44f /cpp/test/Ice/optional/run.py
parentAdded comment to SessionHelper constructor (diff)
downloadice-204446586712f1f457b8416347541c7e32b44a9c.tar.bz2
ice-204446586712f1f457b8416347541c7e32b44a9c.tar.xz
ice-204446586712f1f457b8416347541c7e32b44a9c.zip
ICE-5739 missing AMD test in c++ optional
Diffstat (limited to 'cpp/test/Ice/optional/run.py')
-rwxr-xr-xcpp/test/Ice/optional/run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/optional/run.py b/cpp/test/Ice/optional/run.py
index a46b2e38375..d92c637f15c 100755
--- a/cpp/test/Ice/optional/run.py
+++ b/cpp/test/Ice/optional/run.py
@@ -24,3 +24,5 @@ print("Running test with compact (default) format.")
TestUtil.clientServerTest()
print("Running test with sliced format.")
TestUtil.clientServerTest(additionalClientOptions="--Ice.Default.SlicedFormat", additionalServerOptions="--Ice.Default.SlicedFormat")
+print("Running test with AMD server.")
+TestUtil.clientServerTest(server = "serveramd")