cstest: make report.py executable

This commit is contained in:
Nguyen Anh Quynh 2019-02-12 00:30:40 +08:00
parent a7943c960f
commit f4c1ade1a6
2 changed files with 4 additions and 2 deletions

View File

@ -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
``` ```

2
suite/cstest/report.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python
import re import re
import sys import sys
import getopt import getopt