From a83f4a48d0286062fc6837e913a523c3286974fd Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 15 Sep 2023 21:50:01 +0900 Subject: [PATCH] Add extra logging to debug test (#2316) --- test/integration-test-main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration-test-main.sh b/test/integration-test-main.sh index 246a7d2..9ace2e2 100755 --- a/test/integration-test-main.sh +++ b/test/integration-test-main.sh @@ -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