[Libreoffice-commits] core.git: solenv/gbuild
Michael Stahl
mstahl at redhat.com
Wed Mar 20 16:07:17 PDT 2013
solenv/gbuild/JunitTest.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 86a5e14b5a2f13c68aa3c39fd48f2a4c8a094170
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed Mar 20 23:46:49 2013 +0100
gbuild: JUnitTest: do not remove user-dir after test runs
The user-dir is already removed before the test runs, which is more
important; it may be convenient to look at documents written by the
tests, and these end up in the user-dir.
Change-Id: I53cc1ca49c6dfc5fa3e69f55413cf3eb8676befa
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk
index 99d76f7..1224087 100644
--- a/solenv/gbuild/JunitTest.mk
+++ b/solenv/gbuild/JunitTest.mk
@@ -62,8 +62,7 @@ $(call gb_JunitTest_get_target,%) :
&& echo " make debugrun" \
&& echo " make gb_JunitTest_DEBUGRUN=T JunitTest_$*" \
&& echo \
- && false)) && \
- rm -rf $(call gb_JunitTest_get_userdir,$*))
+ && false)))
$(CLEAN_CMD)
define gb_JunitTest_JunitTest
More information about the Libreoffice-commits
mailing list