diff options
author | Jose <jose@zeroc.com> | 2014-11-26 17:13:06 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-26 17:13:06 +0100 |
commit | 0a699b55a85845d224c221186efad158d32e07d9 (patch) | |
tree | 97fd1ab8a3136e822a32c3511bcf310c910e5778 /cpp | |
parent | ICE-5998 - Java IceBox demo need to configure CLASSPATH (diff) | |
download | ice-0a699b55a85845d224c221186efad158d32e07d9.tar.bz2 ice-0a699b55a85845d224c221186efad158d32e07d9.tar.xz ice-0a699b55a85845d224c221186efad158d32e07d9.zip |
(ICE-5997) - OS X C++ test fail to compile
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceGrid/noRestartUpdate/AllTests.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp index 683bc6954d9..93e3d33d099 100644 --- a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp +++ b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp @@ -555,13 +555,7 @@ allTests(const Ice::CommunicatorPtr& communicator) IceBoxDescriptorPtr icebox = new IceBoxDescriptor(); icebox->id = "IceBox"; -#if defined(__APPLE__) && defined(__i386) - icebox->exe = "arch"; - icebox->options.push_back("-i386"); - icebox->options.push_back(properties->getProperty("IceBinDir") + iceboxExe;); -#else icebox->exe = properties->getProperty("IceBinDir") + iceboxExe; -#endif icebox->activation = "on-demand"; icebox->applicationDistrib = false; icebox->allocatable = false; |