mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 10:44:33 +00:00
fix test
This commit is contained in:
parent
ac553864f2
commit
cca1e4f6aa
@ -46,7 +46,7 @@ bool MetaFileManager::createRunScriptWindows(const QString &target) {
|
||||
"%3\n"
|
||||
"start \"%0\" /B \"%BASE_DIR%" + distro.getBinOutDir() + "%1\" %2 \n";
|
||||
|
||||
content = content.arg(targetInfo.baseName(), targetInfo.fileName()).arg("%*");
|
||||
content = content.arg(targetInfo.baseName(), targetInfo.fileName(), "%*");
|
||||
content = content.arg(generateCustoScriptBlok(true));
|
||||
|
||||
content = QDir::toNativeSeparators(content);
|
||||
|
@ -2636,7 +2636,7 @@ void deploytest::testOutDirs() {
|
||||
|
||||
QVERIFY(runScript.contains("SET BASE_DIR=%~dp0"));
|
||||
QVERIFY(runScript.contains("SET PATH=%BASE_DIR%\\lolLib\\;%PATH%"));
|
||||
QVERIFY(runScript.contains("start "TestQMLWidgets" /B \"%BASE_DIR%\\lol\\TestQMLWidgets.exe\" %*"));
|
||||
QVERIFY(runScript.contains("start \"TestQMLWidgets\" /B \"%BASE_DIR%\\lol\\TestQMLWidgets.exe\" %*"));
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user