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

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Aug 3 16:33:48 PDT 2014


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

New commits:
commit b02f164e1f6ee09b0874d501ed13358c033d8a82
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Aug 4 01:25:04 2014 +0200

    check that the build succeeded

diff --git a/test-bugzilla-files/commands.sh b/test-bugzilla-files/commands.sh
index 94a883a..098128b 100755
--- a/test-bugzilla-files/commands.sh
+++ b/test-bugzilla-files/commands.sh
@@ -13,6 +13,11 @@ echo $SHA
 mkdir /srv/crashtestdata/logs/$SHA
 cd ~/build/
 make
+
+if [ "$?" != "0" ]; then
+    exit 1
+fi
+
 cd /srv/crashtestdata/files/
 python3 new-control.py
 cd /srv/crashtestdata/


More information about the Libreoffice-commits mailing list