[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla.pl

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Oct 20 01:33:52 PDT 2014


 ciabot/libreoffice-bugzilla.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3301d2bad20a143bf115e37b55ad75b897716dd
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Oct 20 10:20:34 2014 +0200

    improve error message to find out why script fails

diff --git a/ciabot/libreoffice-bugzilla.pl b/ciabot/libreoffice-bugzilla.pl
index 9df77fb..5d109fa 100755
--- a/ciabot/libreoffice-bugzilla.pl
+++ b/ciabot/libreoffice-bugzilla.pl
@@ -205,7 +205,7 @@ die "cannot connect to bugzilla" unless defined $bz;
 
 my $product = $bz->product;
 
-die "wrong product" unless $product eq 'LibreOffice';
+die "wrong product" . $product unless $product eq 'LibreOffice';
 
 my $whiteboard = $bz->status_whiteboard();
 


More information about the Libreoffice-commits mailing list