mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 16:58:55 +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[@]}"
|
local file_cnt="${#file_list[@]}"
|
||||||
if [ "${file_cnt}" != "${count}" ]; then
|
if [ "${file_cnt}" != "${count}" ]; then
|
||||||
echo "Expected $count files but got ${file_cnt}"
|
echo "Expected $count files but got ${file_cnt}"
|
||||||
|
echo "Files: " "${file_list[@]}"
|
||||||
rm -rf "${dir}"
|
rm -rf "${dir}"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user