From 392dad8d0a08a911f7c29e65ea12ddb72657d13c Mon Sep 17 00:00:00 2001 From: "Rodrigo Q. Saramago" Date: Wed, 18 Jan 2023 16:13:43 +0000 Subject: [PATCH] Ignore err and output files from command-line tests --- scripts/check_style.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/check_style.sh b/scripts/check_style.sh index d1ad6bb9e96a..e3dbe6cb6ac8 100755 --- a/scripts/check_style.sh +++ b/scripts/check_style.sh @@ -5,9 +5,10 @@ set -eu ERROR_LOG="$(mktemp -t check_style_XXXXXX.log)" EXCLUDE_FILES=( + # The line below is left unquoted to allow the shell globbing path expansion + test/cmdlineTests/*/{err,output} "libsolutil/picosha2.h" "test/cmdlineTests/strict_asm_only_cr/input.yul" - "test/cmdlineTests/strict_asm_only_cr/err" "test/libsolutil/UTF8.cpp" "test/libsolidity/syntaxTests/license/license_cr_endings.sol" "test/libsolidity/syntaxTests/license/license_crlf_endings.sol"