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

Feature Request: Improve handling of application exit code and job exit status #160

Open
hagertnl opened this issue Jan 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hagertnl
Copy link
Contributor

hagertnl commented Jan 9, 2024

Currently, the exit code is not propagated to the scheduler job exit code. I would like a better standard for handling job exit codes. Currently, I trap the exit code with something like this:

$CMD
exit_code=$?
...
exit $exit_code

But if I do this, that means the harness's log_binary_execution.py cannot capture the exit code.

@hagertnl hagertnl added the enhancement New feature or request label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant