mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-18 20:39:36 +00:00
added more logs
This commit is contained in:
parent
30c112a0bf
commit
00bf5d04ec
@ -1686,8 +1686,10 @@ void deploytest::runTestParams(QStringList list,
|
|||||||
QuasarAppUtils::Params::parseParams(list);
|
QuasarAppUtils::Params::parseParams(list);
|
||||||
|
|
||||||
Deploy deploy;
|
Deploy deploy;
|
||||||
if (deploy.run() != exitCode)
|
if (deploy.run() != exitCode) {
|
||||||
|
qDebug() << "Exit Code = " << exitCode;
|
||||||
QVERIFY(false && "exit code not valid");
|
QVERIFY(false && "exit code not valid");
|
||||||
|
}
|
||||||
|
|
||||||
if (tree) {
|
if (tree) {
|
||||||
checkResults(*tree, noWarnings, onlySize);
|
checkResults(*tree, noWarnings, onlySize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user