]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
validate_failures.py: Fix /usr/bin/python invocation.
authorDiego Novillo <dnovillo@google.com>
Wed, 18 Jul 2012 19:55:46 +0000 (15:55 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Wed, 18 Jul 2012 19:55:46 +0000 (15:55 -0400)
* testsuite-management/validate_failures.py: Fix
/usr/bin/python invocation.

From-SVN: r189631

contrib/ChangeLog
contrib/testsuite-management/validate_failures.py

index f0e0e4217763ed65fffa66dcad25592c87a7b193..cc65b77655a3c6f89471a87b1785755987f906f4 100644 (file)
@@ -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/.
index c07be84cd0311e2c60cb5e519abc25b64387fa0f..b2c52fc007bed2d718a53564a0d236927e0605e8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
 
 # Script to compare testsuite failures against a list of known-to-fail
 # tests.