test-bugzilla-files/commands.sh | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit b02f164e1f6ee09b0874d501ed13358c033d8a82 Author: Markus Mohrhard <[email protected]> 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/ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
