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

New commits:
commit 494ff29a4778b9c1015e679d6ee95981363f87c2
Author:     Gabor Kelemen <[email protected]>
AuthorDate: Mon Oct 10 23:02:27 2022 +0200
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Oct 11 10:07:14 2022 +0200

    Remove user dir after use
    
    Change-Id: Ic0c2c64a1a4d06c53a6dcedbdc68e081b26d394e
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/141195
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/test-bugzilla-files/execute.sh b/test-bugzilla-files/execute.sh
index 3c91e34..158e641 100755
--- a/test-bugzilla-files/execute.sh
+++ b/test-bugzilla-files/execute.sh
@@ -6,3 +6,4 @@ 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 -r ${USERDIR}/libreoffice_$dir_name

Reply via email to