summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-11-02 18:19:06 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-11-06 09:26:43 +0100
commit07b602edbcffe50dc8a81a8a1d79a2a99bbc3e7d (patch)
tree912a01c65b85cea9274b62106ef0187e1957249b /uitest
parent806656ce4b20aa5b096fe3f072060f6302117afc (diff)
uitest: Clean up redundant usage of gb_UITest_use_oneprocess
After 8c39af455c4dee53c6f3c918b0497f80a4fb0f21 "uitest oneprocess mode: default to this and clean up one test" Change-Id: Ib6e0fc3de2997beebc650253ae3ea19a3314ae09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158844 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/UITest_demo_ui.mk2
-rw-r--r--uitest/UITest_impress_demo.mk2
-rw-r--r--uitest/UITest_math_demo.mk2
3 files changed, 0 insertions, 6 deletions
diff --git a/uitest/UITest_demo_ui.mk b/uitest/UITest_demo_ui.mk
index 4c34962aa3a7..bb67e21b8bca 100644
--- a/uitest/UITest_demo_ui.mk
+++ b/uitest/UITest_demo_ui.mk
@@ -17,6 +17,4 @@ $(eval $(call gb_UITest_set_defs,demo_ui, \
TDOC="$(SRCDIR)/uitest/demo_ui/data" \
))
-$(eval $(call gb_UITest_use_oneprocess,demo_ui))
-
# vim: set noet sw=4 ts=4:
diff --git a/uitest/UITest_impress_demo.mk b/uitest/UITest_impress_demo.mk
index bf30499e9a97..5b822fe69e37 100644
--- a/uitest/UITest_impress_demo.mk
+++ b/uitest/UITest_impress_demo.mk
@@ -13,6 +13,4 @@ $(eval $(call gb_UITest_add_modules,impress_demo,$(SRCDIR)/uitest,\
impress_tests/ \
))
-$(eval $(call gb_UITest_use_oneprocess,impress_demo))
-
# vim: set noet sw=4 ts=4:
diff --git a/uitest/UITest_math_demo.mk b/uitest/UITest_math_demo.mk
index fcddbb712412..b66cb87f6812 100644
--- a/uitest/UITest_math_demo.mk
+++ b/uitest/UITest_math_demo.mk
@@ -17,6 +17,4 @@ $(eval $(call gb_UITest_set_defs,math_demo, \
TDOC="$(SRCDIR)/uitest/math_tests/data" \
))
-$(eval $(call gb_UITest_use_oneprocess,math_demo))
-
# vim: set noet sw=4 ts=4: