Skip to content

Commit 3f4fc41

Browse files
committed
verbose
1 parent 0571041 commit 3f4fc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auto/autoupdatercore/UpdaterTest/installercontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void InstallerController::createInstaller()
4747
void InstallerController::installLocal()
4848
{
4949
qDebug() << "Installing example";
50-
auto res = QProcess::execute(_buildDir.path() + "/QtAutoUpdaterTestInstaller", {"--script", configScript});
50+
auto res = QProcess::execute(_buildDir.path() + "/QtAutoUpdaterTestInstaller", {"--script", configScript, "--verbose"});
5151
QCOMPARE(res, 0);
5252
}
5353

0 commit comments

Comments
 (0)