[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann sbergman at redhat.com
Thu Mar 29 12:33:04 UTC 2018


 solenv/gbuild/PythonTest.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df8b9faab91c4c093652be4f35c4b9bf29ecd0ed
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Mar 29 12:11:20 2018 +0200

    Fix PythonTest_*.clean targets
    
    Change-Id: If8d0b89810c7c9a0cf8664e5f34be154e35e40ed
    Reviewed-on: https://gerrit.libreoffice.org/52071
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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)
 


More information about the Libreoffice-commits mailing list