uitest oneprocess mode: default to this and clean up one test
Now that all UITests either use gb_UITest_use_oneprocess or gb_UITest_avoid_oneprocess, it's possible to change the default to use oneprocess mode out of the box. Also clean up one test depend on this default. A later commit can clean up all other uses of gb_UITest_use_oneprocess, which is now redundant. Finally fix a typo in sw/UITest_sw_sidebar.mk. Change-Id: I6ae2ac5deb9c8ced9007c5b7da32743f9a2599ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158471 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
809409ca84
commit
8c39af455c
3 changed files with 2 additions and 4 deletions
|
@ -13,6 +13,4 @@ $(eval $(call gb_UITest_add_modules,cui_tabpages,$(SRCDIR)/cui/qa/uitest,\
|
|||
tabpages/ \
|
||||
))
|
||||
|
||||
$(eval $(call gb_UITest_use_oneprocess,cui_tabpages))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
|
@ -106,7 +106,7 @@ $(call gb_UITest_get_target,$(1)) : MODULES :=
|
|||
$(eval $(call gb_TestHelpers_use_more_fonts,$(call gb_UITest_get_target,$(1))))
|
||||
$(eval $(call gb_Module_register_target,$(call gb_UITest_get_target,$(1)),$(call gb_UITest_get_clean_target,$(1))))
|
||||
$(call gb_Helper_make_userfriendly_targets,$(1),UITest)
|
||||
$(call gb_UITest_get_target,$(1)) : ONEPROCESS := $(false)
|
||||
$(call gb_UITest_get_target,$(1)) : ONEPROCESS := $(true)
|
||||
|
||||
endef
|
||||
|
||||
|
|
|
@ -15,6 +15,6 @@ $(eval $(call gb_UITest_set_defs,sw_sidebar, \
|
|||
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
|
||||
))
|
||||
|
||||
$(eval $(call gb_UITest_avoid_oneprocess,sw_findReplace))
|
||||
$(eval $(call gb_UITest_avoid_oneprocess,sw_sidebar))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue