diff options
Diffstat (limited to 'cpp/test/IceGrid/activation/run.py')
-rwxr-xr-x | cpp/test/IceGrid/activation/run.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/test/IceGrid/activation/run.py b/cpp/test/IceGrid/activation/run.py index 8b3b708a6a3..f898e40d32a 100755 --- a/cpp/test/IceGrid/activation/run.py +++ b/cpp/test/IceGrid/activation/run.py @@ -20,6 +20,5 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil, IceGridAdmin -IceGridAdmin.iceGridTest("application.xml", - "", - "properties-override='%s'" % IceGridAdmin.iceGridNodePropertiesOverride()) +IceGridAdmin.iceGridTest("application.xml", "", "properties-override='%s' icegridnode.exe='%s'" % + (IceGridAdmin.iceGridNodePropertiesOverride(), TestUtil.getIceGridNode())) |