Skip to content

Commit

Permalink
HPCC-30395 Log check_executes success too
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <[email protected]>
  • Loading branch information
jakesmith committed Sep 28, 2023
1 parent b4450b3 commit 48f6b64
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 48f6b64

Please sign in to comment.