Skip to content

Exit code of 0 on conversion failure #140

@wholtz

Description

@wholtz

I would expect a conversion failure to result in a non-zero exit code, but I am seeing 0 in my test cases:

$ docker run -it --rm quay.io/biocontainers/thermorawfileparser:1.3.4--ha8f3691_0  ThermoRawFileParser.sh -i=/dev/null
2022-06-30 17:15:24 INFO Started parsing /dev/null
2022-06-30 17:15:24 ERROR Unable to access the RAW file using the native Thermo library.
$ echo $?
0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions