Skip to content

Commit 5a234ae

Browse files
committed
Revert "try min plat via env"
This reverts commit f4aceb1.
1 parent f4aceb1 commit 5a234ae

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
@@ -63,7 +63,7 @@ QString toSystemExe(QString basePath)
6363
void InstallerController::installLocal()
6464
{
6565
qDebug() << "Installing example";
66-
qputenv("QT_QPA_PLATFORM", "minimal");
66+
QVERIFY(QFile::exists(toSystemExe(_buildDir.path() + "/QtAutoUpdaterTestInstaller")));
6767
auto res = QProcess::execute(toSystemExe(_buildDir.path() + "/QtAutoUpdaterTestInstaller"), {"--script", configScript, "--verbose"});
6868
QCOMPARE(res, 0);
6969
}

0 commit comments

Comments
 (0)