diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-10-14 16:15:38 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-10-14 16:15:38 -0230 |
commit | 204446586712f1f457b8416347541c7e32b44a9c (patch) | |
tree | 84aa9f85f95335e0576c744abe0fe930f460d44f /cpp/test/Ice/optional/run.py | |
parent | Added comment to SessionHelper constructor (diff) | |
download | ice-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-x | cpp/test/Ice/optional/run.py | 2 |
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") |