diff options
Diffstat (limited to 'cpp/test/IceGrid/activation/run.py')
-rwxr-xr-x | cpp/test/IceGrid/activation/run.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/activation/run.py b/cpp/test/IceGrid/activation/run.py index 0f15ca8b448..e461958094b 100755 --- a/cpp/test/IceGrid/activation/run.py +++ b/cpp/test/IceGrid/activation/run.py @@ -23,6 +23,8 @@ import IceGridAdmin name = os.path.join("IceGrid", "activation") -IceGridAdmin.iceGridTest(name, "application.xml", "", \ - ' \\"properties-override=' + TestUtil.clientServerOptions.replace("--", "") + '\\"') + +IceGridAdmin.iceGridTest(os.path.dirname(os.path.abspath(__file__)), name, "application.xml", "", \ + ' \\"properties-override=' + \ + TestUtil.getCommandLine("", TestUtil.DriverConfig("colloc")).replace("--", "") + '\\"') sys.exit(0) |