summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/evergreen.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 1cd0fbd778e..cbdfb6d1112 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -2341,6 +2341,8 @@ functions:
if [ "Windows_NT" = "$OS" ]; then
exit 0
fi
+ # Always exit successfully, as this is just informational.
+ trap 'echo "Trapped exit code $?, exiting with 0"; exit 0' EXIT
# Print the ulimit & kernel.core_pattern
cmds="uptime"
cmds="$cmds; ulimit -a"