4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-03 13:09:34 +00:00

ref fix windows tests

This commit is contained in:
Andrei Yankovich 2021-06-11 16:12:36 +03:00
parent 858656d3a2
commit 755629dcbc

@ -1513,7 +1513,7 @@ void deploytest::testDisableRunScripts() {
comapareTreeqif -= utils.createTree({DISTRO_DIR + "/TestOnlyC.sh",
DISTRO_DIR + "/TestOnlyC.bat"});
// Run deploy installer
runTestParams({"-bin", bin, "clear",
runTestParams({"-bin", bin, "clear", "-libDir", TestQtDir + "/bin",
"-disableRunScript", "TestOnlyC"}, &comapareTreeqif);
}