#520 CLI returns 0 on error
Closed: Fixed Opened by edewata.

The Perl wrapper does not pass the error code returned by the Java CLI properly. It should do something like this:

system($cmd) and do {
    exit $? >> 8;
};

master: 41a3efb3008e9669f48b2a7b4bdc60e5f510c08b

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.0.2

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1090

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata