diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-18 19:55:46 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-18 19:55:46 +0000 |
commit | 02b988a4711b3b815329086652a2b6688803965e (patch) | |
tree | 2b57342c6da7ee9afd3f19b30af055e58f9fc925 /contrib | |
parent | 6434e009f807c03127246f458db80122b42f3ec2 (diff) | |
download | ppe42-gcc-02b988a4711b3b815329086652a2b6688803965e.tar.gz ppe42-gcc-02b988a4711b3b815329086652a2b6688803965e.zip |
* testsuite-management/validate_failures.py: Fix
/usr/bin/python invocation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/testsuite-management/validate_failures.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index f0e0e421776..cc65b77655a 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2012-07-18 Diego Novillo <dnovillo@google.com> + + * testsuite-management/validate_failures.py: Fix + /usr/bin/python invocation. + 2012-06-19 Steven Bosscher <steven@gcc.gnu.org> * check_makefile_deps.sh: Look for c-common.o in c-family/. diff --git a/contrib/testsuite-management/validate_failures.py b/contrib/testsuite-management/validate_failures.py index c07be84cd03..b2c52fc007b 100755 --- a/contrib/testsuite-management/validate_failures.py +++ b/contrib/testsuite-management/validate_failures.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python # Script to compare testsuite failures against a list of known-to-fail # tests. |