diff --git a/suite/cstest/README.md b/suite/cstest/README.md index c1c4f57f..4316fc3e 100644 --- a/suite/cstest/README.md +++ b/suite/cstest/README.md @@ -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 ``` diff --git a/suite/cstest/report.py b/suite/cstest/report.py old mode 100644 new mode 100755 index 85bcc337..20feebe7 --- a/suite/cstest/report.py +++ b/suite/cstest/report.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + import re import sys import getopt