summaryrefslogtreecommitdiff
path: root/tests/sentinel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sentinel')
-rwxr-xr-xtests/sentinel/tests/includes/notify.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sentinel/tests/includes/notify.sh b/tests/sentinel/tests/includes/notify.sh
index 2365f1d3a..5de0eaf76 100755
--- a/tests/sentinel/tests/includes/notify.sh
+++ b/tests/sentinel/tests/includes/notify.sh
@@ -16,5 +16,6 @@ then
if [ ! -f $sentinel_fd_leaks_file ]
then
ls -l /proc/self/fd | cat >> $sentinel_fd_leaks_file
+ lsof -p $$ | cat >> $sentinel_fd_leaks_file
fi
fi