mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-18 10:15:13 +00:00
Emit unexpected file names in failed test_list (#2307)
This commit is contained in:
parent
4d5632912a
commit
5f38301861
@ -366,6 +366,7 @@ function test_list {
|
||||
local file_cnt=${#file_list[@]}
|
||||
if [ "${file_cnt}" -ne 2 ]; then
|
||||
echo "Expected 2 file but got ${file_cnt}"
|
||||
echo "Files: " "${file_list[@]}"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user