diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-05-18 11:44:59 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-05-18 11:44:59 +0200 |
commit | c6e56f3d6abcf89770064f367110066d5dfd68bf (patch) | |
tree | 3d406b78061a5e610b1947ac82ed7184790b2e6d /cpp/test/IceSSL/configuration/AllTests.cpp | |
parent | ICE-7442 - reorganizing Python installation (diff) | |
download | ice-c6e56f3d6abcf89770064f367110066d5dfd68bf.tar.bz2 ice-c6e56f3d6abcf89770064f367110066d5dfd68bf.tar.xz ice-c6e56f3d6abcf89770064f367110066d5dfd68bf.zip |
Fixed ICE-7885 - IceBridge/simple test failure, debugging info for ICE-7886
Diffstat (limited to 'cpp/test/IceSSL/configuration/AllTests.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/AllTests.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/configuration/AllTests.cpp b/cpp/test/IceSSL/configuration/AllTests.cpp index 9cf12e9d03d..15836e3ed7b 100644 --- a/cpp/test/IceSSL/configuration/AllTests.cpp +++ b/cpp/test/IceSSL/configuration/AllTests.cpp @@ -2897,8 +2897,9 @@ allTests(const CommunicatorPtr& communicator, const string& testDir, bool p12) { server->ice_ping(); } - catch(const LocalException&) + catch(const LocalException& ex) { + cerr << ex << endl; test(false); } fact->destroyServer(server); |