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

New commits:
commit 385ed97ac31e807288b77d74b510d098a1f9dbf0
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Apr 30 23:06:10 2013 +0200

    Adapt PythonTest.mk to CppunitTest's 
b308d0b061b24688cf1312af817a2af1c21e2bd8
    
    "More helpful message how to re-run a unit test that failed."
    
    Change-Id: I2d99d1e7ff5fd326552f56d21fad7d1211966b2b

diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index b81e321..a7b398f 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -46,7 +46,7 @@ $(call gb_PythonTest_get_target,%) :
                        $(MODULES) \
                $(if $(gb_CppunitTest__interactive),, \
                        > $@.log 2>&1 \
-                       || (cat $@.log && $(UNIT_FAILED_MSG) \
+                       || (cat $@.log && $(call gb_UNIT_FAILED_MSG,$*) \
                                $(if $(value gb_CppunitTest_postprocess), \
                                        && $(call 
gb_CppunitTest_postprocess,$(gb_PythonTest_EXECUTABLE_GDB),$@.core,139)) \
                                && false))))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to