From 034837b1ac16b04ea7022d142f6a06f86984b41b Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Sat, 15 Oct 2011 21:41:45 +0000 Subject: Support updating perf_expectations.json on Windows Use #!/usr/bin/env python to locate python, rather than #!/usr/bin/python, for updating on expectations on Cygwin/msysgit R=cmp@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8314002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105685 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/perf_expectations/tests/perf_expectations_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/perf_expectations/tests') diff --git a/tools/perf_expectations/tests/perf_expectations_unittest.py b/tools/perf_expectations/tests/perf_expectations_unittest.py index e5484535..d2b8fc4 100755 --- a/tools/perf_expectations/tests/perf_expectations_unittest.py +++ b/tools/perf_expectations/tests/perf_expectations_unittest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be -- cgit v1.1