diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-10-31 15:54:21 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-10-31 15:54:21 -0400 |
commit | 107e03ea13e0eba9c33f120f0d95ac9fefc7dcad (patch) | |
tree | 00191b7ccb83fe436ad61bdbb43b523f431c6698 /csharp/test/Ice/operations/run.py | |
parent | Update 3.7 changelog (diff) | |
download | ice-107e03ea13e0eba9c33f120f0d95ac9fefc7dcad.tar.bz2 ice-107e03ea13e0eba9c33f120f0d95ac9fefc7dcad.tar.xz ice-107e03ea13e0eba9c33f120f0d95ac9fefc7dcad.zip |
Replaced slice compiler options --ice, --underscore and --dll-export by
global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL)
Added new cs:tie and java:tie metadata
Diffstat (limited to 'csharp/test/Ice/operations/run.py')
-rwxr-xr-x | csharp/test/Ice/operations/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/Ice/operations/run.py b/csharp/test/Ice/operations/run.py index 3aeb273d34d..5af929929e1 100755 --- a/csharp/test/Ice/operations/run.py +++ b/csharp/test/Ice/operations/run.py @@ -23,9 +23,9 @@ import TestUtil TestUtil.queueClientServerTest(additionalClientOptions = "--Ice.Warn.AMICallback=0") TestUtil.queueClientServerTest(configName = "amd", localOnly = True, message = "Running test with AMD server.", additionalClientOptions = "--Ice.Warn.AMICallback=0", server="serveramd") -TestUtil.queueClientServerTest(configName = "tie", message = "Running test with TIE server.", +TestUtil.queueClientServerTest(configName = "tie", message = "Running test with tie server.", additionalClientOptions = "--Ice.Warn.AMICallback=0", server="servertie") -TestUtil.queueClientServerTest(configName = "amdTie", localOnly = True, message = "Running test with AMD TIE server.", +TestUtil.queueClientServerTest(configName = "amdTie", localOnly = True, message = "Running test with AMD tie server.", additionalClientOptions = "--Ice.Warn.AMICallback=0", server="serveramdtie") TestUtil.queueCollocatedTest() TestUtil.runQueuedTests() |