Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returns exit code 0 on error. #97

Closed
cmkobel opened this issue May 6, 2024 · 2 comments
Closed

Returns exit code 0 on error. #97

cmkobel opened this issue May 6, 2024 · 2 comments

Comments

@cmkobel
Copy link
Owner

cmkobel commented May 6, 2024

When something fails but the tool still completes, the exit code is still 0. Shouldn't it be 1, so it is easy to do tests? Could also be an option.

@cmkobel
Copy link
Owner Author

cmkobel commented May 6, 2024

A solution could be to add exit 0 / exit 1 in onsuccess/onerror.

@cmkobel
Copy link
Owner Author

cmkobel commented May 14, 2024

Fixed by handling everything from the ./asscom2 binary

@cmkobel cmkobel closed this as completed May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant