validate_failures.py: Fix /usr/bin/python invocation.

* testsuite-management/validate_failures.py: Fix
	/usr/bin/python invocation.

From-SVN: r189631
This commit is contained in:
Diego Novillo 2012-07-18 15:55:46 -04:00 committed by Diego Novillo
parent aefa74bd2b
commit 89d223b3ac
2 changed files with 6 additions and 1 deletions

View 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/.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2.6
#!/usr/bin/python
# Script to compare testsuite failures against a list of known-to-fail
# tests.