test-bugzilla-files/zip.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 51605b4e141d5d6cb75bd02507334bbafded6199 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed May 22 13:00:15 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed May 22 13:00:15 2019 +0100 get backtraces and include them in the uploaded report diff --git a/test-bugzilla-files/zip.sh b/test-bugzilla-files/zip.sh index 9753958..4f46b1d 100755 --- a/test-bugzilla-files/zip.sh +++ b/test-bugzilla-files/zip.sh @@ -4,10 +4,12 @@ echo $SHA cd /srv/crashtestdata/ source config.cfg cd /srv/crashtestdata/control/ +mkdir -p /srv/crashtestdata/logs/$SHA/backtraces +for a in */core*; do gdb ~/build/instdir/program/soffice.bin $a -ex "thread apply all backtrace full" --batch > /srv/crashtestdata/logs/$SHA/backtraces/`dirname "$a"`-`basename "$a"`.backtrace; done cat */crashlog.txt > /srv/crashtestdata/logs/$SHA/crashlog.txt cat */exportCrash.txt > /srv/crashtestdata/logs/$SHA/exportCrash.txt cd /srv/crashtestdata/current/srv/crashtestdata/files/ -zip -r validation.zip */*.log +zip -r -q validation.zip */*.log mv validation.zip /srv/crashtestdata/logs/$SHA/. cd /srv/crashtestdata/logs/$SHA unzip validation.zip -d validation _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits