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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Sep 9 14:04:13 UTC 2018


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

New commits:
commit 9026e254a64e6ee91e5d140f6e153fd38dc5362b
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Fri Sep 7 17:07:41 2018 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Sun Sep 9 16:03:52 2018 +0200

    gbuild: record UITest as well
    
    This will rr record the python process of the UITest as well if RR=1
    is set.
    
    Change-Id: Id0955511fa5a25795ab4bfe1b96b0b403c07ea8d
    Reviewed-on: https://gerrit.libreoffice.org/60167
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/solenv/gbuild/UITest.mk b/solenv/gbuild/UITest.mk
index 00579ebdb4e5..a435f8465098 100644
--- a/solenv/gbuild/UITest.mk
+++ b/solenv/gbuild/UITest.mk
@@ -37,7 +37,7 @@ else
 gb_UITest_SOFFICEARG:=path:$(INSTROOT)/$(LIBO_BIN_FOLDER)/soffice
 endif
 
-gb_UITest_COMMAND := LIBO_LANG=en_US.UTF-8 $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py
+gb_UITest_COMMAND = LIBO_LANG=en_US.UTF-8 $(gb_CppunitTest_RR) $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py
 
 .PHONY : $(call gb_UITest_get_clean_target,%)
 $(call gb_UITest_get_clean_target,%) :


More information about the Libreoffice-commits mailing list