diff --git a/UnitTests/tst_deploytest.cpp b/UnitTests/tst_deploytest.cpp index f267234..1019e4b 100644 --- a/UnitTests/tst_deploytest.cpp +++ b/UnitTests/tst_deploytest.cpp @@ -1686,8 +1686,10 @@ void deploytest::runTestParams(QStringList list, QuasarAppUtils::Params::parseParams(list); Deploy deploy; - if (deploy.run() != exitCode) + if (deploy.run() != exitCode) { + qDebug() << "Exit Code = " << exitCode; QVERIFY(false && "exit code not valid"); + } if (tree) { checkResults(*tree, noWarnings, onlySize);