From 89d223b3ac318e2b9cfcaffa5a3ec19c309a97e3 Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Wed, 18 Jul 2012 15:55:46 -0400 Subject: [PATCH] validate_failures.py: Fix /usr/bin/python invocation. * testsuite-management/validate_failures.py: Fix /usr/bin/python invocation. From-SVN: r189631 --- contrib/ChangeLog | 5 +++++ contrib/testsuite-management/validate_failures.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index f0e0e4217763..cc65b77655a3 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2012-07-18 Diego Novillo + + * testsuite-management/validate_failures.py: Fix + /usr/bin/python invocation. + 2012-06-19 Steven Bosscher * 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 c07be84cd031..b2c52fc007be 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. -- 2.39.5