summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 5b25bcc97..4e583eeb3 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -422,7 +422,7 @@ proc end_tests {} {
set sentinel_fd_leaks_file "sentinel_fd_leaks"
if { [file exists $sentinel_fd_leaks_file] } {
puts [colorstr red "WARNING: sentinel test(s) failed, there are leaked fds in sentinel:"]
- exec cat $sentinel_fd_leaks_file
+ puts [exec cat $sentinel_fd_leaks_file]
exit 1
}