5 lines
128 B
Bash
5 lines
128 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
python3 -m unittest discover --start-directory /usr/lib/python3/dist-packages/antlr4/test/ --pattern "*.py"
|