You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
But if I do this, that means the harness's log_binary_execution.py cannot capture the exit code.
The text was updated successfully, but these errors were encountered: