diff options
author | Jose <jose@zeroc.com> | 2016-02-26 20:46:27 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-02-26 20:46:27 +0100 |
commit | 62cba8cd46a535585a4422daab489f114feab6f3 (patch) | |
tree | c77e9cec24a570b06024a3c6a1552b8e6eb20ec6 /cpp/test/Ice/optional/run.py | |
parent | updating changelog for ICE-6844 (diff) | |
download | ice-62cba8cd46a535585a4422daab489f114feab6f3.tar.bz2 ice-62cba8cd46a535585a4422daab489f114feab6f3.tar.xz ice-62cba8cd46a535585a4422daab489f114feab6f3.zip |
Windows msbuild build updates
Diffstat (limited to 'cpp/test/Ice/optional/run.py')
-rwxr-xr-x | cpp/test/Ice/optional/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/optional/run.py b/cpp/test/Ice/optional/run.py index a9baaa0b508..880fde1232a 100755 --- a/cpp/test/Ice/optional/run.py +++ b/cpp/test/Ice/optional/run.py @@ -25,5 +25,5 @@ TestUtil.queueClientServerTest(configName = "sliced", message = "Running test wi additionalClientOptions="--Ice.Default.SlicedFormat", additionalServerOptions="--Ice.Default.SlicedFormat") TestUtil.queueClientServerTest(configName = "amd", localOnly = True, message = "Running test with AMD server.", - server = "serveramd") + server = TestUtil.getTestExecutable("serveramd")) TestUtil.runQueuedTests() |