ref #519 fix windows tests

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

View File

@ -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);
}