diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-07 11:05:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-07 13:51:47 +0200 |
commit | 3efc3f4902c4f8a5cf9c1ff748d5b01b28a6d271 (patch) | |
tree | 85642e571178ad56e2747684525fd25eed09ce39 /solenv | |
parent | 612db6877a73e6f9b142b81697291f02c0adb95f (diff) |
improve help message for uitest failure
Change-Id: I7213ee2ca55ddc1a11c4f411d3b72f1b2382f7e7
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/gbuild/uitest-failed-default.sh | 6 |
1 files changed, 4 insertions, 2 deletions
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 |