mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-08 15:39:35 +00:00
fix windows tests
This commit is contained in:
parent
a6f0078462
commit
596a84dc2b
@ -3097,7 +3097,7 @@ void deploytest::testOutDirs() {
|
||||
qDebug() << "runScript =" << runScript;
|
||||
|
||||
QVERIFY(runScript.contains("SET BASE_DIR=%~dp0"));
|
||||
QVERIFY(runScript.contains("SET PATH=%BASE_DIR%\\lolLib\\;%PATH%"));
|
||||
QVERIFY(runScript.contains("SET PATH=%BASE_DIR%\\lol\\;%BASE_DIR%\\lolLib\\;%PATH%"));
|
||||
QVERIFY(runScript.contains("start \"TestQMLWidgets\" /B \"%BASE_DIR%\\lol\\TestQMLWidgets.exe\" %*"));
|
||||
|
||||
runTestParams({"-bin", TestBinDir + "TestOnlyC.exe", "clear",
|
||||
|
Loading…
x
Reference in New Issue
Block a user