diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-11-16 11:31:15 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-11-16 11:31:15 -0330 |
commit | 0be6a805fef10d47936f768e00176a55806be7b1 (patch) | |
tree | acc48fd13940bb7ff23472cbd4da497b51b39a64 /scripts/IceStormUtil.py | |
parent | 4026 - Add config-in-registry support to IceServiceInstall (diff) | |
download | ice-0be6a805fef10d47936f768e00176a55806be7b1.tar.bz2 ice-0be6a805fef10d47936f768e00176a55806be7b1.tar.xz ice-0be6a805fef10d47936f768e00176a55806be7b1.zip |
Make third party a single installer
Diffstat (limited to 'scripts/IceStormUtil.py')
-rw-r--r-- | scripts/IceStormUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/IceStormUtil.py b/scripts/IceStormUtil.py index ef1b1c03efe..11909ac935c 100644 --- a/scripts/IceStormUtil.py +++ b/scripts/IceStormUtil.py @@ -35,7 +35,7 @@ class IceStormUtil(object): self.toplevel = toplevel self.testdir = testdir self.iceBox = TestUtil.getIceBox() - if TestUtil.isNoServices(): + if TestUtil.isBCC2010() or TestUtil.isVC6(): self.iceBoxAdmin = os.path.join(TestUtil.getServiceDir(), "iceboxadmin") self.iceStormAdmin = os.path.join(TestUtil.getServiceDir(), "icestormadmin") else: |