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