Skip to content

msolve -h call exits with non-0 code #131

@dimpase

Description

@dimpase

This is a regression in 0.6.5 compared to 0.5.0.

With 0.5.0 one has

$ if $(msolve -h >/dev/null); then echo ok; else echo oops; fi
ok

but with 0.6.5, no

$ if $(msolve -h >/dev/null); then echo ok; else echo oops; fi
oops

Found while working on sagemath/sage#37673

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions