We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fbf44 commit b19e570Copy full SHA for b19e570
run_lua_tests.sh
@@ -31,7 +31,7 @@ check_file() {
31
fi
32
}
33
34
-for file in `find . -name '*.lua'`; do
+for file in `find . -name '*.lua' -o -name '*.bp'`; do
35
check_file "$file"
36
done
37
0 commit comments