summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/fileLock/run.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-10-23 15:03:49 -0400
committerBernard Normier <bernard@zeroc.com>2012-10-23 15:03:49 -0400
commitef571f80c545d30a5a2330b2d835f9c6441616a1 (patch)
treefce9620a538899c44d8471a0e798c4ff134dead8 /cpp/test/IceGrid/fileLock/run.py
parentJava/C# factory fix (diff)
downloadice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.bz2
ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.xz
ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.zip
Fixed ICE-4884:
Updated version to 3.5b Some fixes to distribution/bin/fixVersion.py
Diffstat (limited to 'cpp/test/IceGrid/fileLock/run.py')
-rwxr-xr-xcpp/test/IceGrid/fileLock/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/fileLock/run.py b/cpp/test/IceGrid/fileLock/run.py
index 2b75cd0d533..188ac04014e 100755
--- a/cpp/test/IceGrid/fileLock/run.py
+++ b/cpp/test/IceGrid/fileLock/run.py
@@ -27,7 +27,7 @@ IceGridAdmin.nreplicas = 0
def runIceGridRegistry():
iceGrid = ""
- if TestUtil.isVC6():
+ if TestUtil.isVC90():
iceGrid = os.path.join(TestUtil.getServiceDir(), "icegridregistry")
else:
iceGrid = os.path.join(TestUtil.getCppBinDir(), "icegridregistry")