Skip to content
Snippets Groups Projects
Commit 6bb27cd2 authored by David Gobbi's avatar David Gobbi
Browse files

Wrapper tool exit code for finalization

Now the main finalization function takes an exit code in addition
to returning one.  If given a nonzero exit code, the finalization
function will just free all resources and then return the code.
If given a zero exit code, then the finalization function might
perform additional actions (for example, write a dependency file)
and will return 0 if those actions succeed or 1 if they fail.
parent 385c25ef
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment