summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/commandlineupdate/settings.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Fix essential updateKatja Marttila2020-10-091-0/+3
| | | | | | | | | When updating essential, no other components should be installed nor updated unless there is autodepend on the essential component. Task-number: QTIFW-1970 Change-Id: If9edd6515e3e5ec51611ac07ac52b13f05983b9d Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
* Tests: Move commonly used config to shared folderKatja Marttila2020-04-021-3/+0
| | | | | | Change-Id: I7fb184cec2f0d62097a05966779002541145e823 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Fix bug in command line option updateKatja Marttila2020-03-311-0/+38
Update was working only for latter component if several was given as arguments. Added also unit tests for cli option update Also created common functions which are used by several command line test. Task-number: QTIFW-1695 Change-Id: I472e1c34bcfb1b60cda110353068f2cec64c468f Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>