Skip to content

Commit

Permalink
Ignore err and output files from command-line tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Jan 18, 2023
1 parent 6079769 commit 392dad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/check_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 392dad8

Please sign in to comment.