mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 07:43:09 +00:00
f585aa065a5de7b838fe5db883dc601965b1163b
Setting the exit code in a trap overrides the exit code that caused the trap to be called. This means if the test failed and called the trap, the test will exit with 0 rather than the failure exit code.
Description
Languages
Python
99.4%
Shell
0.3%
HCL
0.2%