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

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Oct 25 13:02:12 PDT 2014


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

New commits:
commit 42ee9691adf35169d972321b8bf2d5a0b8fde50c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Aug 4 01:32:52 2014 +0200

    mail me when the build fails

diff --git a/test-bugzilla-files/commands.sh b/test-bugzilla-files/commands.sh
index 098128b..63ca41b 100755
--- a/test-bugzilla-files/commands.sh
+++ b/test-bugzilla-files/commands.sh
@@ -15,6 +15,7 @@ cd ~/build/
 make
 
 if [ "$?" != "0" ]; then
+    echo "Please inspect the build" | mail -s "Crash test VM build failure" markus.mohrhard at googlemail.com
     exit 1
 fi
 


More information about the Libreoffice-commits mailing list