added more logs

This commit is contained in:
Andrei Yankovich 2021-04-13 18:15:29 +03:00
parent 30c112a0bf
commit 00bf5d04ec

View File

@ -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);