From f4c1ade1a6aa59d303250b9cc9f7aa51ba0108ef Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 12 Feb 2019 00:30:40 +0800 Subject: [PATCH] cstest: make report.py executable --- suite/cstest/README.md | 4 ++-- suite/cstest/report.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 suite/cstest/report.py 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