Skip to content

Commit bdc70db

Browse files
committed
parser: testparser - script to parse all the python source
1 parent 132a9f5 commit bdc70db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

parser/testparser/test.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
# Run testparser over python3 source
3+
4+
PY3SOURCE=~/Code/cpython
5+
6+
go install
7+
8+
find $PY3SOURCE -type f -name \*.py | grep -v "lib2to3/tests" | xargs testparser

0 commit comments

Comments
 (0)