summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests4.mk
AgeCommit message (Collapse)AuthorFilesLines
2020-10-26uitest: sw: move data folder to the root uitest folderXisco Fauli1-1/+1
Change-Id: Id68ff2b42c2148a90dc6bcd6d6ff13eb2be187ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104726 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2018-07-03UITest_writer_tests: split this into 4 partsMiklos Vajna1-0/+16
Before: make -sr -j2 UITest_writer_tests UITest_writer_tests2 -> 5m9,863s After: make -sr -j4 UITest_writer_tests UITest_writer_tests2 UITest_writer_tests3 UITest_writer_tests4 -> 2m21,734s Again just assuming that each .py file means the same amount of CPU cost (which may not be true exactly). Change-Id: I9c4144c40eb1116d4b999bbba68e2fbef440af7b Reviewed-on: https://gerrit.libreoffice.org/56880 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins