Skip to content

Commit

Permalink
Merge pull request #17842 from jakesmith/HPCC-30395-log-success-check…
Browse files Browse the repository at this point in the history
…_executes

HPCC-30395 Log check_executes success too

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Oct 4, 2023
2 parents b107b23 + 48f6b64 commit cd7bc2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions initfiles/bin/check_executes
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ if [ $retVal -ne 0 ]; then
wutool postmortem ${PMD_WORKUNIT} DALISERVER=${PMD_DALISERVER} PMD=${POST_MORTEM_DIR}
echo Updated workunit ${PMD_WORKUNIT}
fi
else
echo "Process exited cleanly (code=0)"
fi
trap - EXIT
exit $retVal
Expand Down

0 comments on commit cd7bc2f

Please sign in to comment.