diff options
Diffstat (limited to 'cpp/test/IceGrid/deployer/Client.cpp')
-rw-r--r-- | cpp/test/IceGrid/deployer/Client.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/deployer/Client.cpp b/cpp/test/IceGrid/deployer/Client.cpp index 5e38e98635e..1288409798d 100644 --- a/cpp/test/IceGrid/deployer/Client.cpp +++ b/cpp/test/IceGrid/deployer/Client.cpp @@ -37,6 +37,10 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) } } + Ice::StringSeq args = Ice::argsToStringSeq(argc, argv); + args = communicator->getProperties()->parseCommandLineOptions("", args); + Ice::stringSeqToArgs(args, argc, argv); + if(!withTarget) { void allTests(const Ice::CommunicatorPtr&); |