summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/commandlineinstall/data/installPackagesRepository/Updates.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add possibility to post load install scriptsKatja Marttila2022-11-041-0/+10
| | | | | | | | | | | This change adds attribute, postLoad, to existing <Script> -element. Using <Script postLoad="True"> will call the script loading and evaluation only to those components which are selected for install or update right before the components installation start. Task-number: QTIFW-2820 Change-Id: Ic1967d329cbb5de6a0216ff3f76cc2ede178db80 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
* Convert possible test cases to data-driven testsKatja Marttila2022-06-061-0/+173
Also rename the test to better correspond the test cases. Change-Id: Ic3f624fc8cf42724ff4df550cc85a52343ac6452 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>