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

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Sep 24 18:51:26 UTC 2016


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

New commits:
commit 9aef73aa452f86df8c760ca028914fc542909a58
Author: Markus Mohrhard <markus.mohrhard at 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.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at 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


More information about the Libreoffice-commits mailing list