diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-01-25 14:17:48 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-01-25 14:17:48 +0000 |
commit | 0d6e66e98a11e8fa70d53c9e304eaf08bfc0a072 (patch) | |
tree | 1b1a7ce9b43ca3c4b4d2f1e138ee6dd9716fb70c /cpp/test/IceGrid/deployer/Client.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1283 (diff) | |
download | ice-0d6e66e98a11e8fa70d53c9e304eaf08bfc0a072.tar.bz2 ice-0d6e66e98a11e8fa70d53c9e304eaf08bfc0a072.tar.xz ice-0d6e66e98a11e8fa70d53c9e304eaf08bfc0a072.zip |
IceGrid file cache fixes
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&); |