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

New commits:
commit 9aef73aa452f86df8c760ca028914fc542909a58
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Wed Sep 21 23:55:18 2016 +0200

    show correct command to execute the test
    
    Change-Id: Ic7515c1d43737fb6864228d37be1b356acecfdc3
    Reviewed-on: https://gerrit.libreoffice.org/29253
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/solenv/gbuild/UITest.mk b/solenv/gbuild/UITest.mk
index ed6b9ac..20f21f8 100644
--- a/solenv/gbuild/UITest.mk
+++ b/solenv/gbuild/UITest.mk
@@ -65,7 +65,7 @@ $(call gb_UITest_get_target,%) :| $(gb_UITest_DEPS)
                    || ($(if $(value gb_CppunitTest_postprocess), \
                                    RET=$$?; \
                                    $(call 
gb_CppunitTest_postprocess,$(gb_UITest_EXECUTABLE_GDB),$@.core,$$RET) >> $@.log 
2>&1;) \
-                           cat $@.log; $(gb_UITest_UNITTESTFAILED) Python 
$*))))
+                           cat $@.log; $(gb_UITest_UNITTESTFAILED) UI $*))))
 
 # always use udkapi and URE services
 define gb_UITest_UITest
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to