After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 413999 - Returns zero exit code when it fails
Returns zero exit code when it fails
Status: RESOLVED FIXED
Product: gnome-doc-utils
Classification: Deprecated
Component: xml2po
CVS HEAD
Other Linux
: Normal minor
: ---
Assigned To: Danilo Segan
Danilo Segan
Depends on:
Blocks:
 
 
Reported: 2007-03-02 21:02 UTC by Sven Arvidsson
Modified: 2019-03-25 23:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Sven Arvidsson 2007-03-02 21:02:28 UTC
This bug was reported to the Debian BTS.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390111

"xml2po should only exit with zero when it successfully completet its
job.  Look at this one:

max@rabbit:~$ xml2po --invalid-option 
Usage:  /usr/bin/xml2po [OPTIONS] [XMLFILE]...

OPTIONS may be some of:
[...]
max@rabbit:~$ echo $?
0"
Comment 1 Claude Paroz 2009-06-27 13:06:59 UTC
commit 46f8008446aa7efb7ae3bd2facc85cab0ca7d354
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 27 14:57:36 2009 +0200

    [xml2po] Don't return 0 when command line contains errors (Bug #413999)