mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
Fix sentinel FD leak test, not printing the list of leaks (#8363)
This commit is contained in:
parent
fb66e2e249
commit
1be29606c5
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user