solenv/gbuild/UITest.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9aef73aa452f86df8c760ca028914fc542909a58 Author: Markus Mohrhard <[email protected]> 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 <[email protected]> Tested-by: Markus Mohrhard <[email protected]> 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),[email protected],$$RET) >> [email protected] 2>&1;) \ - cat [email protected]; $(gb_UITest_UNITTESTFAILED) Python $*)))) + cat [email protected]; $(gb_UITest_UNITTESTFAILED) UI $*)))) # always use udkapi and URE services define gb_UITest_UITest _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
