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

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


 test-bugzilla-files/commands.sh |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 285863aebf635b4fa30a89daf6b36f50766757f7
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed May 22 12:56:59 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed May 22 12:56:59 2019 +0100

    update command.sh to what we're using now

diff --git a/test-bugzilla-files/commands.sh b/test-bugzilla-files/commands.sh
index cef88b3..56a923c 100755
--- a/test-bugzilla-files/commands.sh
+++ b/test-bugzilla-files/commands.sh
@@ -15,20 +15,21 @@ SHA=`git rev-parse HEAD`
 echo $SHA
 mkdir /srv/crashtestdata/logs/$SHA
 cd ~/build/
-make
+make build-nocheck
 
 if [ "$?" != "0" ]; then
 	/srv/crashtestdata/sendEmail -f crashtest.libreoffice at gmail.com -t markus.mohrhard at googlemail.com -o tls=yes -s smtp.gmail.com:587 -u "Crash test build failure" -m "The build failed. Please check!" -xu crashtest.libreoffice -xp $PASSWORD
-	/srv/crashtestdata/sendEmail -f crashtest.libreoffice at gmail.com -t vmiklos at collabora.co.uk -o tls=yes -s smtp.gmail.com:587 -u "Crash test build failure" -m "The build failed. Please check!" -xu crashtest.libreoffice -xp $PASSWORD
+	/srv/crashtestdata/sendEmail -f crashtest.libreoffice at gmail.com -t caolanm at redhat.com -o tls=yes -s smtp.gmail.com:587 -u "Crash test build failure" -m "The build failed. Please check!" -xu crashtest.libreoffice -xp $PASSWORD
     exit 1
 fi
 
+ulimit -c unlimited
 cd ~/source/dev-tools/test-bugzilla-files/
 python3 new-control.py /srv/crashtestdata/files/
 
 if [ "$?" != "0" ]; then
 	/srv/crashtestdata/sendEmail -f crashtest.libreoffice at gmail.com -t markus.mohrhard at googlemail.com -o tls=yes -s smtp.gmail.com:587 -u "Crash test failure" -m "The test run failed. Please check!" -xu crashtest.libreoffice -xp $PASSWORD
-	/srv/crashtestdata/sendEmail -f crashtest.libreoffice at gmail.com -t vmiklos at collabora.co.uk -o tls=yes -s smtp.gmail.com:587 -u "Crash test failure" -m "The test run failed. Please check!" -xu crashtest.libreoffice -xp $PASSWORD
+	/srv/crashtestdata/sendEmail -f crashtest.libreoffice at gmail.com -t caolanm at redhat.com -o tls=yes -s smtp.gmail.com:587 -u "Crash test failure" -m "The test run failed. Please check!" -xu crashtest.libreoffice -xp $PASSWORD
     exit 1
 fi
 


More information about the Libreoffice-commits mailing list