diff options
author | Diego Novillo <dnovillo@google.com> | 2012-07-18 15:55:46 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2012-07-18 15:55:46 -0400 |
commit | 89d223b3ac318e2b9cfcaffa5a3ec19c309a97e3 (patch) | |
tree | 2b57342c6da7ee9afd3f19b30af055e58f9fc925 /contrib | |
parent | aefa74bd2bda63d1420265ba1a5261adeb4c305d (diff) | |
download | gcc-89d223b3ac318e2b9cfcaffa5a3ec19c309a97e3.tar.gz |
validate_failures.py: Fix /usr/bin/python invocation.
* testsuite-management/validate_failures.py: Fix
/usr/bin/python invocation.
From-SVN: r189631
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. |