cstest: make report.py executable
This commit is contained in:
parent
a7943c960f
commit
f4c1ade1a6
|
@ -68,6 +68,6 @@ make cstest
|
||||||
- Example:
|
- Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
python report.py -t build/cstest -d ../MC/PowerPC/
|
./report.py -t build/cstest -d ../MC/PowerPC/
|
||||||
python report.py -t build/cstest -f issues.cs
|
./python report.py -t build/cstest -f issues.cs
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
import getopt
|
import getopt
|
||||||
|
|
Loading…
Reference in New Issue