[Libreoffice-commits] core.git: solenv/gbuild
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Sep 7 11:52:23 UTC 2018
solenv/gbuild/uitest-failed-default.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 3efc3f4902c4f8a5cf9c1ff748d5b01b28a6d271
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri Sep 7 11:05:37 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Sep 7 13:51:47 2018 +0200
improve help message for uitest failure
Change-Id: I7213ee2ca55ddc1a11c4f411d3b72f1b2382f7e7
diff --git a/solenv/gbuild/uitest-failed-default.sh b/solenv/gbuild/uitest-failed-default.sh
index c4555d0d069d..8e0dc0e34b9b 100755
--- a/solenv/gbuild/uitest-failed-default.sh
+++ b/solenv/gbuild/uitest-failed-default.sh
@@ -20,8 +20,10 @@ 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 long sleep in the beginning of the .py
-uitest file, and attach gdb to the running soffice process.
+Or to do interactive debugging, put a
+ time.sleep(60)
+in the beginning of the method in the .py file,
+and attach gdb to the running soffice process.
EOF
More information about the Libreoffice-commits
mailing list