Skip to content

Commit

Permalink
Add extra logging to debug test (s3fs-fuse#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul authored Sep 15, 2023
1 parent 99d3e68 commit a83f4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration-test-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a83f4a4

Please sign in to comment.