[Libreoffice-commits] core.git: solenv/gbuild
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Dec 21 06:24:52 UTC 2018
solenv/gbuild/uitest-failed-default.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 3d9f9e7d16aae89ff9956bff54326a56d40b7866
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Thu Dec 20 14:32:41 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Dec 21 07:24:27 2018 +0100
restore the UI test 'debug with two shells' instruction
seems to be working for me now (and since I was the one that commented
the instruction out, seems I must have had something wrong in my
environment)
Change-Id: Ie8e180a22d6a3dec61686cb38fd41b00f22fe5c7
Reviewed-on: https://gerrit.libreoffice.org/65492
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/solenv/gbuild/uitest-failed-default.sh b/solenv/gbuild/uitest-failed-default.sh
index 8e0dc0e34b9b..e8646324bbad 100755
--- a/solenv/gbuild/uitest-failed-default.sh
+++ b/solenv/gbuild/uitest-failed-default.sh
@@ -20,7 +20,11 @@ where
Module - the name of the python file (without the .py extension)
Class - is the name in the "class Class" declaration
-Or to do interactive debugging, put a
+Or to do interactive debugging, run two shells with:
+ make debugrun
+ make gb_UITest_DEBUGRUN=T UITest_$2
+
+Failing that, put a
time.sleep(60)
in the beginning of the method in the .py file,
and attach gdb to the running soffice process.
More information about the Libreoffice-commits
mailing list