[Libreoffice-commits] dev-tools.git: test-bugzilla-files/execute.sh

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed May 22 11:53:17 UTC 2019


 test-bugzilla-files/execute.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd22ccd55d3ecc2f4e4a51f9606beba73525aead
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed May 22 12:52:43 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed May 22 12:52:47 2019 +0100

    keep cores

diff --git a/test-bugzilla-files/execute.sh b/test-bugzilla-files/execute.sh
index 0595156..c39fe4b 100755
--- a/test-bugzilla-files/execute.sh
+++ b/test-bugzilla-files/execute.sh
@@ -1,7 +1,7 @@
+ulimit -c unlimited
 dir_name=$(basename $1)
 dir=${PWD}
 source ${dir}/config
 mkdir -p ${CRASHTESTDATA}/control/$dir_name
 cd ${CRASHTESTDATA}/control/$dir_name
 TMPDIR=${CRASHTESTDATA}/tmpdir ${INSTDIR}/program/python ${dir}/test-bugzilla-files.py --soffice=path:${INSTDIR}/program/soffice --userdir=file://${USERDIR}/libreoffice_$dir_name/4 $1 2>&1 | tee ${CRASHTESTDATA}/console_$dir_name.log
-rm core*


More information about the Libreoffice-commits mailing list