* testsuite-management/validate_failures.py: Fix
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jul 2012 19:55:46 +0000 (19:55 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jul 2012 19:55:46 +0000 (19:55 +0000)
/usr/bin/python invocation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189631 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f0e0e42..cc65b77 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 c07be84..b2c52fc 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.