Skip to content

Commit 2221aa1

Browse files
committed
updated tests/test_validate_json.sh
1 parent 69cdaf7 commit 2221aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_validate_json.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rm broken.json single_quote.json missing_end_quote.json no_extension_testfile &>
3636
./validate_json.py -vvv $(
3737
find "${1:-.}" -iname '*.json' |
3838
grep -v '/spark-.*-bin-hadoop.*/' |
39-
grep -v 'broken'
39+
grep -v -e 'broken' -e 'error' -e ' '
4040
)
4141
echo
4242

0 commit comments

Comments
 (0)