From 5f3830186151712b5c81963c772bec5699c1b503 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 6 Sep 2023 23:47:12 +0900 Subject: [PATCH] Emit unexpected file names in failed test_list (#2307) --- 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 66f1a1a..5535383 100755 --- a/test/integration-test-main.sh +++ b/test/integration-test-main.sh @@ -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