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

New commits:
commit 28d4d1e30b46f3de48fa9eca28770c3deef1623f
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Sep 24 10:17:15 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Sep 24 12:55:33 2020 +0200

    Expand the Windows CPPUNITTRACE=TRUE abbreviation in place
    
    ...as a means towards defining gb_CppunitTest_GDBTRACE only in a single 
place
    (in solenv/gbuild/CppunitTest.mk), which should make reasoning about the 
code
    simpler
    
    Change-Id: I1a587ee08deb4e969e615b2544265b2ba34bd8af
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103296
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/solenv/gbuild/platform/com_MSC_class.mk 
b/solenv/gbuild/platform/com_MSC_class.mk
index d69f7f46004d..09dd48dc8754 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -519,7 +519,7 @@ gb_PythonTest_PRECOMMAND := 
$(gb_CppunitTest_CPPTESTPRECOMMAND)
 gb_PythonTest_DEPS = $(call gb_Package_get_target,python3) $(call 
gb_Executable_get_target,python)
 
 ifeq ($(strip $(CPPUNITTRACE)),TRUE)
-gb_CppunitTest_GDBTRACE := '$(DEVENV)' /debugexe
+override CPPUNITTRACE := '$(DEVENV)' /debugexe
 endif
 
 # WinResTarget class
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to