Add update-known-failures script

This commit is contained in:
Max Brunsfeld 2018-03-01 13:30:24 -08:00
parent ae2eee1dc2
commit 27b4b7835e
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
tree-sitter parse $(find examples/bash-it -name '*.bash' -or -name '*.sh') -q -t \
| egrep 'ERROR|undefined' \
| cut -d' ' -f1 \
> script/known-failures.txt