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