summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/stress/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceStorm/stress/run.py')
-rwxr-xr-xcpp/test/IceStorm/stress/run.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/test/IceStorm/stress/run.py b/cpp/test/IceStorm/stress/run.py
index aa6634d1aaa..bfa6b739de4 100755
--- a/cpp/test/IceStorm/stress/run.py
+++ b/cpp/test/IceStorm/stress/run.py
@@ -20,11 +20,7 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0], "scripts"))
import TestUtil, IceStormUtil
-iceStormAdmin = ""
-if TestUtil.isBCC2010():
- iceStormAdmin = os.path.join(TestUtil.getServiceDir(), "icestormadmin")
-else:
- iceStormAdmin = os.path.join(TestUtil.getCppBinDir(), "icestormadmin")
+iceStormAdmin = TestUtil.getIceStormAdmin()
publisher = os.path.join(os.getcwd(), "publisher")
subscriber = os.path.join(os.getcwd(), "subscriber")