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

New commits:
commit 913195167789c3006208416f7d4d2722a7b802d1
Author:     Gabor Kelemen <[email protected]>
AuthorDate: Mon Nov 7 12:20:05 2022 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Mon Nov 7 14:50:23 2022 +0100

    Echo a bit of status report after each task
    
    So we can see in Jenkins log whether there is progress
    Change-Id: I4370a717ca0715d7674ad72107f92944dcf9d880
    
    Change-Id: I5309a9621a24abf9e54c5f025898e1938142ba2c
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/142377
    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 0b05658..5ed91e2 100755
--- a/test-bugzilla-files/execute.sh
+++ b/test-bugzilla-files/execute.sh
@@ -10,4 +10,5 @@ fi
 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 >> 
${CRASHTESTDATA}/console_$dir_name.log 2>&1
+echo "$(date): Task finished: $dir_name"
 rm -r ${USERDIR}/libreoffice_$dir_name

Reply via email to