diff options
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceGrid/noRestartUpdate/AllTests.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp index 3a6c21bafbc..8f55db3e7b6 100644 --- a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp +++ b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp @@ -324,8 +324,9 @@ allTests(const Ice::CommunicatorPtr& communicator) { admin->updateApplicationWithoutRestart(update); } - catch(const DeploymentException&) + catch(const DeploymentException& ex) { + cerr << ex.reason << endl; test(false); } catch(const Ice::Exception& ex) |