diff --git a/UnitTests/tst_deploytest.cpp b/UnitTests/tst_deploytest.cpp index f114162..125137f 100644 --- a/UnitTests/tst_deploytest.cpp +++ b/UnitTests/tst_deploytest.cpp @@ -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)