Add update-known-failures script
This commit is contained in:
parent
ae2eee1dc2
commit
27b4b7835e
|
@ -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
|
Loading…
Reference in New Issue