Kaydet (Commit) df8b9faa authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix PythonTest_*.clean targets

Change-Id: If8d0b89810c7c9a0cf8664e5f34be154e35e40ed
Reviewed-on: https://gerrit.libreoffice.org/52071Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst f62fcab7
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment