summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-20 14:32:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-21 07:24:27 +0100
commit3d9f9e7d16aae89ff9956bff54326a56d40b7866 (patch)
tree3f1322c92d5ef76b507ba62182f3df4d618e6e69 /solenv
parentdc10bd5326e4985816d74659ed7d8fded50fe11f (diff)
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@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/gbuild/uitest-failed-default.sh6
1 files changed, 5 insertions, 1 deletions
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.