mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-29 03:04:34 +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);
|
||||
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user