fix tests

This commit is contained in:
Andrei Yankovich 2020-03-19 18:00:16 +03:00
parent 440a51ce87
commit 9b878bf0e3

View File

@ -2208,7 +2208,7 @@ void deploytest::testOutDirs() {
QVERIFY(runScript.contains("SET BASE_DIR=%~dp0"));
QVERIFY(runScript.contains("SET PATH=%BASE_DIR%\\lolLib\\;%PATH%"));
QVERIFY(runScript.contains("start \"\" \"%BASE_DIR%\\lol\\TestQMLWidgets.exe\" %*"));
QVERIFY(runScript.contains("call \"%BASE_DIR%\\lol\\TestQMLWidgets.exe\" %*"));
#endif