4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-01 20:19:36 +00:00

desable verbose log for tests

This commit is contained in:
Andrei Yankovich 2020-04-04 17:11:17 +03:00
parent 0d65344dd1
commit 75d356b87f

@ -937,7 +937,7 @@ void deploytest::runTestParams(QStringList list,
const QStringList &checkableKeys,
bool noWarnings, bool onlySize) {
QuasarAppUtils::Params::parseParams(list << "-verbose" << "3");
QuasarAppUtils::Params::parseParams(list);
Deploy deploy;
if (deploy.run() != Good)