summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-09-07 17:07:41 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-09-09 16:03:52 +0200
commit9026e254a64e6ee91e5d140f6e153fd38dc5362b (patch)
tree7186b6be71c7f80ec068d07ac7764897dfb9d970 /solenv
parent854d8c418904bbb9370ca6ee0aad6bde5deb426e (diff)
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@cib.de>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/UITest.mk2
1 files changed, 1 insertions, 1 deletions
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,%) :