summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_options.mk
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 /sw/UITest_sw_options.mk
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 'sw/UITest_sw_options.mk')
-rw-r--r--sw/UITest_sw_options.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/UITest_sw_options.mk b/sw/UITest_sw_options.mk
index ced69a837e38..cb8433da879e 100644
--- a/sw/UITest_sw_options.mk
+++ b/sw/UITest_sw_options.mk
@@ -15,4 +15,4 @@ $(eval $(call gb_UITest_set_defs,sw_options, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
-$(eval $(call gb_UITest_use_oneprocess,sw_options))
+# vim: set noet sw=4 ts=4: