mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-18 10:15:13 +00:00
Add extra logging to debug test (#2316)
This commit is contained in:
parent
99d3e68d59
commit
a83f4a48d0
@ -1921,6 +1921,7 @@ function test_clean_up_cache() {
|
||||
local file_cnt="${#file_list[@]}"
|
||||
if [ "${file_cnt}" != "${count}" ]; then
|
||||
echo "Expected $count files but got ${file_cnt}"
|
||||
echo "Files: " "${file_list[@]}"
|
||||
rm -rf "${dir}"
|
||||
return 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user