summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-29 12:11:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-03-29 14:32:37 +0200
commitdf8b9faab91c4c093652be4f35c4b9bf29ecd0ed (patch)
treeda867a40b27d4e23cfa13e60ec9feebd05de06ae /solenv
parentf62fcab7f16a2c6abbc37a0d83145e9ded3ad6e3 (diff)
Fix PythonTest_*.clean targets
Change-Id: If8d0b89810c7c9a0cf8664e5f34be154e35e40ed Reviewed-on: https://gerrit.libreoffice.org/52071 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/PythonTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index 7ee833a730fc..9b0590e35d2a 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -26,7 +26,7 @@ gb_PythonTest_COMMAND := $(gb_PythonTest_EXECUTABLE) -m unittest
.PHONY : $(call gb_PythonTest_get_clean_target,%)
$(call gb_PythonTest_get_clean_target,%) :
$(call gb_Helper_abbreviate_dirs,\
- rm -f $@ $@.log)
+ rm -fr $(WORKDIR)/PythonTest/$*)
ifneq ($(DISABLE_PYTHON),TRUE)