summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-29 18:35:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-04-03 08:23:44 +0200
commitd76281864b0e83812c0edf7490b1e8271e89fff5 (patch)
treea84c6503db43cb3ec5c14bfc1849e11aa338fdd1 /sw/UITest_writer_tests.mk
parent20c680092fa2598feb4541b1c69a8389779dbae4 (diff)
Create temp copies of test docs in Python/UITests
...where necessary, so the tests will succeed if SRCDIR is a read-only tree. Change-Id: Iea4c52d5982d3eba079088ef1670ff557ce30c3f Reviewed-on: https://gerrit.libreoffice.org/52122 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/UITest_writer_tests.mk')
-rw-r--r--sw/UITest_writer_tests.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/UITest_writer_tests.mk b/sw/UITest_writer_tests.mk
index 3205991d0429..ccf169aea098 100644
--- a/sw/UITest_writer_tests.mk
+++ b/sw/UITest_writer_tests.mk
@@ -10,3 +10,7 @@ $(eval $(call gb_UITest_UITest,writer_tests))
$(eval $(call gb_UITest_add_modules,writer_tests,$(SRCDIR)/sw/qa/uitest,\
writer_tests/ \
))
+
+$(eval $(call gb_UITest_set_defs,writer_tests, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))