summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/activation/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/activation/run.py')
-rwxr-xr-xcpp/test/IceGrid/activation/run.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/activation/run.py b/cpp/test/IceGrid/activation/run.py
index de13d8e8020..2c65cf1a8aa 100755
--- a/cpp/test/IceGrid/activation/run.py
+++ b/cpp/test/IceGrid/activation/run.py
@@ -20,6 +20,7 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0]))
from scripts import *
-IceGridAdmin.iceGridTest("application.xml", "",
- " 'properties-override=%s'" % TestUtil.getCommandLine("", TestUtil.DriverConfig("colloc")).replace("--", ""))
+IceGridAdmin.iceGridTest("application.xml",
+ "",
+ "properties-override='%s'" % IceGridAdmin.iceGridNodePropertiesOverride())